diff options
-rw-r--r-- | panel/index.html | 2 | ||||
-rw-r--r-- | panel/public/_redirects | 1 |
2 files changed, 2 insertions, 1 deletions
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 |