mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 18:28:45 -04:00
ssr rendering disable
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
<script context="module">
|
||||||
|
// disable SSR so that darkMode is determined in the browser before first render
|
||||||
|
export const ssr = false;
|
||||||
|
</script>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { onMount, onDestroy } from 'svelte';
|
import { onMount, onDestroy } from 'svelte';
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
|
Reference in New Issue
Block a user