1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 16:56:46 +01:00

not prerender photos page

This commit is contained in:
Alex Tran 2022-05-21 23:28:02 -05:00
parent 8352ecd3b9
commit f90563d18c

View file

@ -1,4 +1,6 @@
<script context="module" lang="ts">
export const prerender = false;
import type { Load } from '@sveltejs/kit';
export const load: Load = ({ session }) => {