mirror of
https://gitlab.com/moepoi/seminar-magang.git
synced 2024-11-14 18:36:17 +01:00
7 lines
144 B
JSON
7 lines
144 B
JSON
{
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
|
],
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "dist"
|
|
}
|