From 3d80885477dc979f80b579ee77eac4b88ae845aa Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 16 Nov 2025 02:19:29 +0000 Subject: [PATCH] completionId: cgen-3c902de34e67492796655d599a4102f8 cgen-3c902de34e67492796655d599a4102f8 --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"