summaryrefslogtreecommitdiff
path: root/src/client/svelte.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/svelte.config.ts')
-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",
},