Skip to content

Commit

Permalink
chore: Added support for .json files from Azure Static web site.
Browse files Browse the repository at this point in the history
  • Loading branch information
carldebilly authored May 11, 2022
1 parent 5f31b66 commit 7a9d6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToDo.Wasm/wwwroot/staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exclude": [
"*.{css,js}",
"*.{png}",
"*.{c,h,wasm,clr,pdb,dat,txt}"
"*.{c,h,wasm,clr,pdb,dat,txt,json}"
]
},
"routes": [
Expand Down

0 comments on commit 7a9d6fb

Please sign in to comment.