seminar-magang/vercel.json

8 lines
144 B
JSON
Raw Normal View History

2023-07-11 17:06:55 +02:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}