Skip to content

Commit

Permalink
fix: Fix offline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
debjitbis08 committed Nov 16, 2024
1 parent a33588f commit 2bddf96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ export default defineConfig({
pwaAssets: {
config: true,
},
workbox: {
globIgnores: [
'tips/**', // Exclude all files in the `tips` folder
],
}
}),
],
output: 'static',
Expand Down

0 comments on commit 2bddf96

Please sign in to comment.