diff --git a/frontend/vercel.json b/frontend/vercel.json index 566c9691..cb768957 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -2,7 +2,7 @@ "version": 2, "builds": [ { - "src": "frontend/package.json", + "src": "package.json", "use": "@vercel/static-build", "config": { "distDir": "build" @@ -12,7 +12,7 @@ "routes": [ { "src": "/(.*)", - "dest": "/frontend/$1" + "dest": "/$1" } ], "env": {