Skip to content

Commit

Permalink
💬 [Astro] Add some config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 22, 2024
1 parent 92887ac commit d6e6b02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'],

Expand Down

0 comments on commit d6e6b02

Please sign in to comment.