diff --git a/astro.config.mjs b/astro.config.mjs index c4f88e3..a0ed61f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -69,6 +69,11 @@ export default defineConfig({ pwaAssets: { config: true, }, + workbox: { + globIgnores: [ + 'tips/**', // Exclude all files in the `tips` folder + ], + } }), ], output: 'static',