Skip to content

Commit

Permalink
Chang __data.json to *.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Oct 31, 2024
1 parent cb57485 commit 2617a4a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
"/favicon.ico",
"/favicon/*",
"/logo.svg",
"/*.{png,jpg,gif,svg}",
"/__data.json"
"/*.{png,jpg,gif,svg}"
]
},
"routes": [
{
"route": "/__data.json",
"route": "/*.json",
"headers": {
"Content-Type": "application/json",
"Cache-Control": "no-store",
"X-Content-Type-Options": "nosniff"
}
},
{
"route": "/ebd/*/__data.json",
"route": "/ebd/*/index.json",
"headers": {
"Content-Type": "application/json",
"Cache-Control": "no-store",
Expand Down

0 comments on commit 2617a4a

Please sign in to comment.