diff options
author | venomade <venomade@venomade.com> | 2025-08-11 22:03:38 +0100 |
---|---|---|
committer | venomade <venomade@venomade.com> | 2025-08-11 22:03:38 +0100 |
commit | 8a38de463e3f9f9e8384220aed8e5d5c47bda765 (patch) | |
tree | 69899ec254f2ba61cc75b98523cdc09dd409158c /site-config.json | |
parent | 189e8c37b0ff5655d472fa0a0226ee940281c5c9 (diff) |
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" } } + ] +} |