From af7e1488c054e0bf95823de72fd0ca537e684866 Mon Sep 17 00:00:00 2001 From: Badri Sunderarajan Date: Fri, 27 Mar 2020 16:59:37 +0530 Subject: [PATCH] Redirect Gatsby's 404.html to Gridsome's one Hopefully this will induce the whole app to reload --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netlify.toml b/netlify.toml index 4d41d5d..033ca2f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -33,3 +33,7 @@ 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"