From 06a4160b6b713f4cc1ac18e164745524b571ed4d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 01:27:29 +0000 Subject: [PATCH] Align Vercel output directory with Vite SPA build cgen-06cbb8afe27f456fa395e402e6f3a6d3 --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 98dde8ba..421e0a03 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "version": 2, "buildCommand": "npm ci && npm run build", - "outputDirectory": "dist", + "outputDirectory": "dist/spa", "rewrites": [ { "source": "/api/:path*",