From 90f20b71f7d4785d79b450e5a75ad009699040a2 Mon Sep 17 00:00:00 2001 From: Ayushsunny Date: Sun, 28 Apr 2024 23:56:44 +0530 Subject: [PATCH] redirect fixing for netlify --- 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