From 5f376d81581dc2878341f47a744c0e4aded4f777 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 9 Dec 2023 15:16:14 -0700 Subject: [PATCH] Redirect index.html to / Noticed in some logs that some visitors are hitting `/index.html`, which doesn't work with React router. Redirect that to `/` so it works. --- _redirects | 1 + 1 file changed, 1 insertion(+) create mode 100644 _redirects diff --git a/_redirects b/_redirects new file mode 100644 index 0000000..41e1ef6 --- /dev/null +++ b/_redirects @@ -0,0 +1 @@ +/index.html /