diff --git a/netlify.toml b/netlify.toml index 7273c44..4d41d5d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,9 +3,33 @@ command = "gridsome build" [[headers]] - for = "/*" + for = "/" [headers.values] cache-control = ''' public, max-age=0, must-revalidate''' + +[[headers]] + for = "*/" + [headers.values] + cache-control = ''' + public, + max-age=0, + must-revalidate''' + +[[headers]] + for = "*.htm" + [headers.values] + cache-control = ''' + public, + max-age=0, + must-revalidate''' + +[[headers]] + for = "*.json" + [headers.values] + control = ''' + public, + max-age=0, + must-revalidate'''