From ce9201594e8ca14aab390e51fa815edb324147ed Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 21 Jun 2024 22:43:21 +0100 Subject: [PATCH] fix: Remove the redirect from netlify config --- netlify.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/netlify.toml b/netlify.toml index 19650a4..136485e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -27,12 +27,6 @@ status = 301 force = true -# For router history mode, ensure pages land on index -[[redirects]] - from = "/*" - to = "/index.html" - status = 200 - # Plugins [[plugins]] package = "netlify-plugin-chromium"