19 lines
358 B
JSON
19 lines
358 B
JSON
|
|
{
|
||
|
|
"navigationFallback": {
|
||
|
|
"rewrite": "/index.html",
|
||
|
|
"exclude": ["/images/*.{png,jpg,gif}", "/css/*", "/js/*", "/*.{ico,svg,woff,woff2,ttf,eot}"]
|
||
|
|
},
|
||
|
|
"mimeTypes": {
|
||
|
|
".json": "text/json"
|
||
|
|
},
|
||
|
|
"globalHeaders": {
|
||
|
|
"Cache-Control": "no-cache"
|
||
|
|
},
|
||
|
|
"routes": [
|
||
|
|
{
|
||
|
|
"route": "/api/*",
|
||
|
|
"allowedRoles": ["anonymous"]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|