updated dependencies

This commit is contained in:
Christopher Bisset 2022-09-13 18:02:17 +10:00
parent db7b072822
commit a843a192c0
3 changed files with 360 additions and 364 deletions

720
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -4,6 +4,7 @@
import Alert from '$lib/common/Alert.svelte';
import Stores from '$lib/common/Stores.svelte';
import { themeStore } from '$lib/common/stores.js'
export const prerender = true;
// NOTE: the element that is using one of the theme attributes must be in the DOM on mount

View file

@ -4,9 +4,6 @@ import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
prerender: {
default: true
},
adapter: adapter({
fallback: 'index.html',
precompress: false