just trying everything
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
Adam Sobotka 2022-10-15 09:43:41 +02:00
rodič 90774acdd3
revize a63f3aa323
3 změnil soubory, kde provedl 10 přidání a 1 odebrání

1
src/routes/+page.js Normal file
Zobrazit soubor

@ -0,0 +1 @@
export const csr = false;

Zobrazit soubor

@ -0,0 +1 @@
export const csr = false;

Zobrazit soubor

@ -4,7 +4,14 @@ import preprocess from "svelte-preprocess";
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
adapter: adapter({
// default options are shown. On some platforms
// these options are set automatically — see below
pages: 'build',
assets: 'build',
fallback: null,
precompress: true
})
},
preprocess: [
preprocess({