Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoldo committed Jan 8, 2024
1 parent 3d9fde6 commit 4f4026e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ export default defineNuxtConfig({

supabase: {},
pwa: {
strategies: "injectManifest",
filename: "sw.ts",
srcDir: "public",
// registerType: "prompt",
// strategies: "injectManifest",
// filename: "sw.ts",
// srcDir: "public",
registerType: "prompt",
workbox: {
navigateFallback: "/",
clientsClaim: true,
Expand Down

0 comments on commit 4f4026e

Please sign in to comment.