Align Vercel output directory with Vite SPA build
cgen-06cbb8afe27f456fa395e402e6f3a6d3
This commit is contained in:
parent
bcbfb2273b
commit
06a4160b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": 2,
|
||||
"buildCommand": "npm ci && npm run build",
|
||||
"outputDirectory": "dist",
|
||||
"outputDirectory": "dist/spa",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/api/:path*",
|
||||
|
|
|
|||
Loading…
Reference in a new issue