Update HTTP header config to always force reload of page

This is especially crucial since we were using Gatsby earlier;
browsers which still have the Gatsby PWA must be forced to refresh.
This commit is contained in:
Badri Sunderarajan 2020-03-27 15:57:18 +05:30
parent c03d592f3f
commit 1da1aba9d5
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
[build]
publish = "dist"
command = "gridsome build"
command = "gridsome build"
[[headers]]
for = "/*"
[headers.values]
cache-control = '''
public,
max-age=0,
must-revalidate'''