2024-10-workshop-talk-five-.../vercel.json

8 lines
144 B
JSON
Raw Permalink Normal View History

2024-10-04 15:45:04 +02:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}