13 lines
176 B
JSON
13 lines
176 B
JSON
{
|
|
"root": "dist/build/h5",
|
|
"clean_urls": true,
|
|
"routes": {
|
|
"/**": "index.html"
|
|
},
|
|
"headers": {
|
|
"/": {
|
|
"Cache-Control": "no-store, no-cache"
|
|
}
|
|
}
|
|
}
|