2024-10-workshop-talk-five-.../vercel.json
Norman Köhring 27a1deac0b slides
2024-10-04 15:45:04 +02:00

7 lines
144 B
JSON

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