Skip to content

Commit

Permalink
Try setting the fallback to 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Oct 29, 2024
1 parent 6a39410 commit ee72568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"navigationFallback": {
"rewrite": "index.html",
"rewrite": "404.html",
"exclude": ["/images/*.{png,jpg,gif}", "/css/*", "/js/*", "/fonts/*"]
},
"responseOverrides": {
Expand Down

0 comments on commit ee72568

Please sign in to comment.