mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
not prerender photos page
This commit is contained in:
parent
8352ecd3b9
commit
f90563d18c
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
<script context="module" lang="ts">
|
<script context="module" lang="ts">
|
||||||
|
export const prerender = false;
|
||||||
|
|
||||||
import type { Load } from '@sveltejs/kit';
|
import type { Load } from '@sveltejs/kit';
|
||||||
|
|
||||||
export const load: Load = ({ session }) => {
|
export const load: Load = ({ session }) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue