1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-22 01:47:08 +02:00

disable hydration

This commit is contained in:
Alex Tran 2022-05-21 23:50:54 -05:00
parent 4a25e7dc22
commit baaf7ad153

View File

@ -1,5 +1,6 @@
<script context="module" lang="ts">
export const prerender = false;
export const hydrate = false;
import type { Load } from '@sveltejs/kit';