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 = {
|
const config = {
|
||||||
preprocess: vitePreprocess(),
|
preprocess: vitePreprocess(),
|
||||||
kit: {
|
kit: {
|
||||||
|
serviceWorker: {
|
||||||
|
register: false,
|
||||||
|
},
|
||||||
adapter: adapter({
|
adapter: adapter({
|
||||||
fallback: null,
|
fallback: null,
|
||||||
precompress: true,
|
precompress: true,
|
||||||
|
|
Loading…
Reference in a new issue