diff options
Diffstat (limited to 'site-config.json')
-rw-r--r-- | site-config.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/site-config.json b/site-config.json new file mode 100644 index 0000000..7916411 --- /dev/null +++ b/site-config.json @@ -0,0 +1,7 @@ +{ + "notFound": "404", + "fileConfigs": [ + { "glob": "*.png", "options": { "cacheControl": "max-age=15552000" } }, + { "glob": "*.css", "options": { "cacheControl": "max-age=7200" } } + ] +} |