mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
fix issue with updated sveltekit settings
This commit is contained in:
parent
b823c50079
commit
3792920b1b
2 changed files with 1 additions and 1 deletions
1
src/routes/+layout.js
Normal file
1
src/routes/+layout.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const prerender = true;
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue