From d6e6b020cb1219211bc93fc52d7c42280d314f7b Mon Sep 17 00:00:00 2001 From: beefchimi Date: Mon, 22 Jul 2024 12:03:37 -0400 Subject: [PATCH] :speech_balloon: [Astro] Add some config comments --- astro.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 992ac4a..9a85fca 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -29,11 +29,13 @@ export default defineConfig({ integrations: [ AstroPWA({ workbox: { + // Not sure how this differs from `includeAssets`... // globPatterns: ['**/*.{js,css,html,ico,png,svg}'], + // Not sure if we actually want to specify this fallback. navigateFallback: '/404', }, - // Specify which assets (in addition to the default html/css/js) + // Specify which public assets (in addition to the default html/css/js) // we want to include in our pre-cache. // includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'mask-icon.svg'],