Redirect Gatsby's 404.html to Gridsome's one
Hopefully this will induce the whole app to reload
This commit is contained in:
parent
b3fe0911e6
commit
af7e1488c0
1 changed files with 4 additions and 0 deletions
|
@ -33,3 +33,7 @@
|
||||||
public,
|
public,
|
||||||
max-age=0,
|
max-age=0,
|
||||||
must-revalidate'''
|
must-revalidate'''
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/page-data/404.html/page-data.json"
|
||||||
|
to = "https://www.snipettemag.com/assets/data/404/index.json"
|
||||||
|
|
Loading…
Reference in a new issue