1da1aba9d5
This is especially crucial since we were using Gatsby earlier; browsers which still have the Gatsby PWA must be forced to refresh.
11 lines
175 B
TOML
11 lines
175 B
TOML
[build]
|
|
publish = "dist"
|
|
command = "gridsome build"
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
cache-control = '''
|
|
public,
|
|
max-age=0,
|
|
must-revalidate'''
|