seminar-magang/vercel.json
2023-07-11 22:06:55 +07:00

7 lines
144 B
JSON

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