Redirect Gatsby's 404.html to Gridsome's one

Hopefully this will induce the whole app to reload
master
Badri Sunderarajan 3 years ago
parent b3fe0911e6
commit af7e1488c0
  1. 4
      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"

Loading…
Cancel
Save