static fix
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
Adam Sobotka 2022-10-14 14:49:15 +02:00
rodič 68440cdf53
revize b440f4a6c7
3 změnil soubory, kde provedl 2 přidání a 9 odebrání

Zobrazit soubor

@ -1,5 +1,5 @@
/** @type {import('./$types').PageLoad} */
//export const prerender = true;
export const prerender = true;
export async function load({ fetch }) {
//const { contributors, sponsors } = await fetch(`data.json`).then((r) => r.json());

Zobrazit soubor

@ -31,12 +31,5 @@
],
"remote": true
}
],
"sponsors": [
{
"id": "ef",
"name": "Ethereum Foundation"
},
{ "id": "ut", "name": "UTXO" }
]
}

Zobrazit soubor

@ -1,4 +1,4 @@
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-static';
import preprocess from "svelte-preprocess";
/** @type {import('@sveltejs/kit').Config} */