From 3d6261ccce24b66ad2e78da2735c8246cbb42f67 Mon Sep 17 00:00:00 2001 From: Saeid Doroudi Date: Mon, 25 Mar 2024 00:12:49 +0330 Subject: [PATCH] fix: :rocket: netlify redirect disabled --- netlify.toml | 5 ----- public/_redirects | 1 - 2 files changed, 6 deletions(-) delete mode 100644 public/_redirects 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