diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-12-20 21:35:22 -0600 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-12-20 21:35:22 -0600 |
| commit | 015a7f3850f141fd65708b5aafa8d2bc4caafe04 (patch) | |
| tree | a78c7747fe69a249663b3a8bdd0dc3fde4663720 /src/client/svelte.config.ts | |
| parent | eceb8b46a9d8f0823c302230f489e208b1a76d21 (diff) | |
| download | immich-frame-015a7f3850f141fd65708b5aafa8d2bc4caafe04.tar.xz immich-frame-015a7f3850f141fd65708b5aafa8d2bc4caafe04.zip | |
use default bundleStrategy to fix font issuesv0.4.0
Diffstat (limited to 'src/client/svelte.config.ts')
| -rw-r--r-- | src/client/svelte.config.ts | 2 |
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", }, |
