diff --git a/netlify.toml b/netlify.toml index becc5cc..c00991b 100755 --- a/netlify.toml +++ b/netlify.toml @@ -5,11 +5,6 @@ publish = "dist" command = "pnpm run build" -[[redirects]] - from = "/*" - to = "/index.html" - status = 200 - [[headers]] for = "/manifest.webmanifest" [headers.values] diff --git a/public/_redirects b/public/_redirects deleted file mode 100644 index f824337..0000000 --- a/public/_redirects +++ /dev/null @@ -1 +0,0 @@ -/* /index.html 200 \ No newline at end of file