7 lines
167 B
JSON
7 lines
167 B
JSON
{
|
|
"version": 2,
|
|
"buildCommand": "npm run build",
|
|
"installCommand": "yarn",
|
|
"routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "dest": "/index.html" }]
|
|
}
|