From be2d2d63fa0f3838eb60943c754a767785ec14d8 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 30 May 2025 22:18:50 +0200 Subject: [PATCH] Add PWA _redirects file --- public/_redirects | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/_redirects diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..f824337 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file