8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
|
],
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "dist"
|
|
}
|