Some checks failed
Deploy Nyla Frontend to Integration / deploy (push) Failing after 55s
23 lines
607 B
JSON
23 lines
607 B
JSON
{
|
|
"navigationFallback": {
|
|
"rewrite": "/index.html",
|
|
"exclude": ["/assets/*", "/static/*", "/images/*", "/*.{png,jpg,jpeg,gif,svg,ico,webp,json,js,css,map,woff,woff2,ttf}"]
|
|
},
|
|
"routes": [
|
|
{
|
|
"route": "/assets/*",
|
|
"headers": {
|
|
"Cache-Control": "public, max-age=31536000, immutable"
|
|
}
|
|
},
|
|
{
|
|
"route": "/*",
|
|
"headers": {
|
|
"Cache-Control": "no-cache, no-store, must-revalidate"
|
|
}
|
|
}
|
|
],
|
|
"mimeTypes": {
|
|
".json": "application/json"
|
|
}
|
|
}
|