Skip to content

Commit

Permalink
fix: disable pwa in dev mode
Browse files Browse the repository at this point in the history
PWA always redirected to / on load
  • Loading branch information
zanfee committed Mar 30, 2024
1 parent e77c879 commit 2963756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default defineNuxtConfig({
skipWaiting: true,
},
devOptions: {
enabled: true,
enabled: false,
},
},
routeRules: {
Expand Down

0 comments on commit 2963756

Please sign in to comment.