increase image caching size

This commit is contained in:
subnub
2025-02-21 17:24:18 -05:00
parent a1b7f23c4b
commit 23732f47fa
+1 -1
View File
@@ -33,7 +33,7 @@ export default defineConfig(({ mode }) => {
options: {
cacheName: "dynamic-thumbnails",
expiration: {
maxEntries: 100,
maxEntries: 1000,
maxAgeSeconds: 60 * 60 * 24 * 7, // Cache for 1 week
},
cacheableResponse: {