mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-07 19:59:07 +00:00
Fixed lodash library not invoking in production build (#171)
* Added staging docker-compose file * Use lodash-es and remove hydration option on photos page fixed the problem
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script context="module" lang="ts">
|
||||
export const prerender = false;
|
||||
export const hydrate = false;
|
||||
|
||||
import type { Load } from '@sveltejs/kit';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user