From 24b6d3379121d7fcbffcca7f52f57ecc56ae9667 Mon Sep 17 00:00:00 2001 From: beefchimi Date: Fri, 26 Jul 2024 13:14:06 -0400 Subject: [PATCH] fix up into pwa config --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 9329d14..5135dc1 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -37,7 +37,8 @@ export default defineConfig({ globPatterns: ['**/*.{css,js,html,woff2}', 'assets/*.{png,webp}'], // Not sure if we actually want to specify this fallback. navigateFallback: '/', - // navigateFallback: '/404', + // The `chicken` image is 2.2MB, so we increase the limit to 3MB. + maximumFileSizeToCacheInBytes: 3000000, }, // Specify which public assets (in addition to the default html/css/js)