summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-12-20 21:35:22 -0600
committerTim Keller <tjk@tjkeller.xyz>2025-12-20 21:35:22 -0600
commit015a7f3850f141fd65708b5aafa8d2bc4caafe04 (patch)
treea78c7747fe69a249663b3a8bdd0dc3fde4663720 /src/client
parenteceb8b46a9d8f0823c302230f489e208b1a76d21 (diff)
downloadimmich-frame-015a7f3850f141fd65708b5aafa8d2bc4caafe04.tar.xz
immich-frame-015a7f3850f141fd65708b5aafa8d2bc4caafe04.zip
use default bundleStrategy to fix font issuesv0.4.0
Diffstat (limited to 'src/client')
-rw-r--r--src/client/svelte.config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/svelte.config.ts b/src/client/svelte.config.ts
index e6eb2e2..bc3073b 100644
--- a/src/client/svelte.config.ts
+++ b/src/client/svelte.config.ts
@@ -3,9 +3,11 @@ import adapter from "@sveltejs/adapter-static"
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
+ /* Unfortunately, this doesn't work. Fonts are not referenced correctly.
output: {
bundleStrategy: "inline",
},
+ */
router: {
type: "hash",
},