Compare commits
2 commits
4a98e88639
...
6aea39b08c
Author | SHA1 | Date | |
---|---|---|---|
6aea39b08c | |||
631c9b75f9 |
2 changed files with 4 additions and 1 deletions
|
@ -23,4 +23,4 @@ pipeline:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
branches: main
|
branches: maybeitworked
|
||||||
|
|
|
@ -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