Skip to content

Commit

Permalink
Redirect index.html to /
Browse files Browse the repository at this point in the history
Noticed in some logs that some visitors are hitting `/index.html`, which
doesn't work with React router. Redirect that to `/` so it works.
  • Loading branch information
kas-catholic committed Dec 9, 2023
1 parent ea1e2c0 commit 5f376d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/index.html /

0 comments on commit 5f376d8

Please sign in to comment.