From 98170a0b247a54fa6d5a639ba717f579f150c88f Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan <biswa@surgot.in> 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 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 @@ <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite + React</title> + <title>My Filmy Career (Admin Panel)</title> </head> <body> <div id="root"></div> 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