diff --git a/vercel.json b/vercel.json index 0cae358..802aff8 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,11 @@ { + "builds": [ + { + "src": "package.json", + "use": "@vercel/static-build", + "config": { "distDir": "static" } + } + ], "github": { "silent": true }