From 98170a0b247a54fa6d5a639ba717f579f150c88f Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Sat, 3 Aug 2024 19:30:50 +0530 Subject: Fixed netlify 404 error --- panel/index.html | 2 +- panel/public/_redirects | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 panel/public/_redirects (limited to 'panel') diff --git a/panel/index.html b/panel/index.html index 0c589ec..7e1128a 100644 --- a/panel/index.html +++ b/panel/index.html @@ -4,7 +4,7 @@ - Vite + React + My Filmy Career (Admin Panel)
diff --git a/panel/public/_redirects b/panel/public/_redirects new file mode 100644 index 0000000..7797f7c --- /dev/null +++ b/panel/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 -- cgit v1.2.3-59-g8ed1b