Skip to content

Commit

Permalink
fix: register sw
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Aug 5, 2024
1 parent 2c68a7d commit 184cef6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ const config = {
fallback: 'index.html',
precompress: false
}),

version: {
name: version
}
},
},

serviceWorker: {
register: false
serviceWorker: {
register: false
}
}
};

Expand Down

0 comments on commit 184cef6

Please sign in to comment.