diff --git a/vercel.json b/vercel.json index 5fdf07b1..0f1a378f 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "version": 2, "buildCommand": "npm ci && npm run build", - "public": "dist/spa", + "outputDirectory": "dist/spa", "functions": { "api/**/*.js": { "runtime": "@vercel/node@3.2.15"