Skip to content

Commit

Permalink
fix: register sw false
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Aug 5, 2024
1 parent 3b70486 commit d80ba29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const config = {
},
version: {
name: version
},
serviceWorker: {
register: false
}
},
serviceWorker: {
register: false
}
};
export default config;

0 comments on commit d80ba29

Please sign in to comment.