summary refs log tree commit diff
path: root/site-config.json
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-08-11 22:03:38 +0100
committervenomade <venomade@venomade.com>2025-08-11 22:03:38 +0100
commit8a38de463e3f9f9e8384220aed8e5d5c47bda765 (patch)
tree69899ec254f2ba61cc75b98523cdc09dd409158c /site-config.json
parent189e8c37b0ff5655d472fa0a0226ee940281c5c9 (diff)
Add new icon (temporary) HEAD master
Diffstat (limited to 'site-config.json')
-rw-r--r--site-config.json7
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" } }
+    ]
+}