Skip to content

Commit

Permalink
Refactor staticwebapp.config.json to remove unused mimeTypes and glob…
Browse files Browse the repository at this point in the history
…alHeaders
  • Loading branch information
madalinpopa committed Oct 1, 2024
1 parent f1142b9 commit 4151752
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"navigationFallback": {
"rewrite": "/index.html"
},
"mimeTypes": {
".json": "application/json"
},
"globalHeaders": {
"Cache-Control": "max-age=31536000, immutable"
}
}

0 comments on commit 4151752

Please sign in to comment.