mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
disable hydration
This commit is contained in:
parent
4a25e7dc22
commit
baaf7ad153
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<script context="module" lang="ts">
|
<script context="module" lang="ts">
|
||||||
export const prerender = false;
|
export const prerender = false;
|
||||||
|
export const hydrate = false;
|
||||||
|
|
||||||
import type { Load } from '@sveltejs/kit';
|
import type { Load } from '@sveltejs/kit';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue