add register false
This commit is contained in:
parent
4a98e88639
commit
631c9b75f9
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ import { vitePreprocess } from '@sveltejs/kit/vite';
|
|||
const config = {
|
||||
preprocess: vitePreprocess(),
|
||||
kit: {
|
||||
serviceWorker: {
|
||||
register: false,
|
||||
},
|
||||
adapter: adapter({
|
||||
fallback: null,
|
||||
precompress: true,
|
||||
|
|
Loading…
Reference in a new issue