From d1965a317ce08239c9ed6874fa9a78f16ae318f2 Mon Sep 17 00:00:00 2001 From: Hippo Date: Sun, 29 Mar 2020 18:39:18 +0530 Subject: [PATCH] Remove Gatsby redirect hack It conflicts with the new hack/fix that was added --- netlify.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 033ca2f..4d41d5d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -33,7 +33,3 @@ public, max-age=0, must-revalidate''' - -[[redirects]] - from = "/page-data/404.html/page-data.json" - to = "https://www.snipettemag.com/assets/data/404/index.json"