fix issue with updated sveltekit settings

This commit is contained in:
Christopher Bisset 2022-09-13 18:34:10 +10:00
parent b823c50079
commit 3792920b1b
2 changed files with 1 additions and 1 deletions

1
src/routes/+layout.js Normal file
View file

@ -0,0 +1 @@
export const prerender = true;

View file

@ -4,7 +4,6 @@
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