From 2d011fcd7ee8d5e6d0a27656b7ae5027cc398beb Mon Sep 17 00:00:00 2001 From: beefchimi Date: Mon, 22 Jul 2024 12:30:23 -0400 Subject: [PATCH] fix up and rename first commit --- astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index bd65a2f..9a85fca 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -31,8 +31,8 @@ export default defineConfig({ workbox: { // Not sure how this differs from `includeAssets`... // globPatterns: ['**/*.{js,css,html,ico,png,svg}'], - // Using this seems to always `404` for saved "web apps". - // navigateFallback: '/404', + // Not sure if we actually want to specify this fallback. + navigateFallback: '/404', }, // Specify which public assets (in addition to the default html/css/js)