Spaces:
Paused
Paused
File size: 256 Bytes
a7b0be8 | 1 2 3 4 5 6 7 8 9 10 11 | {
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "npm run build",
"outputDirectory": "dist",
"installCommand": "npm install",
"framework": "vite",
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}
|