prosojnice/vercel.json
2023-09-22 21:40:06 +02:00

8 lines
144 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}