meridian-amd / staticwebapp.config.json
Cukinator's picture
Deploy Frontend2 to Space
bc1328f
raw
history blame contribute delete
339 Bytes
{
"navigationFallback": {
"rewrite": "/index.html",
"exclude": ["/api/*", "*.{css,jsx,js,json,png,jpg,svg,ico,html,gif,woff,woff2}"]
},
"mimeTypes": {
".jsx": "application/javascript",
".json": "application/json"
},
"globalHeaders": {
"Cache-Control": "no-cache",
"Access-Control-Allow-Origin": "*"
}
}