From 2777c9bd0f99703d2c4064a567c79e8a7e7eae98 Mon Sep 17 00:00:00 2001 From: devruhul Date: Tue, 23 Aug 2022 22:43:57 +0600 Subject: [PATCH] fix: added _redirects file to fix page not found in 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..78f7f20 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file