From b5ac0361032807e2d91b4e2feec40ea3707b3c60 Mon Sep 17 00:00:00 2001
From: maxDorninger <97409287+maxDorninger@users.noreply.github.com>
Date: Mon, 27 Oct 2025 20:39:15 +0100
Subject: [PATCH] replace asset() with resolve()
---
web/src/routes/+layout.svelte | 2 +-
web/svelte.config.js | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte
index aaba179..459838d 100644
--- a/web/src/routes/+layout.svelte
+++ b/web/src/routes/+layout.svelte
@@ -10,7 +10,7 @@
MediaManager
-
+
diff --git a/web/svelte.config.js b/web/svelte.config.js
index 7e41967..6a0b79b 100644
--- a/web/svelte.config.js
+++ b/web/svelte.config.js
@@ -15,8 +15,7 @@ const config = {
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter({ fallback: '404.html' }),
paths: {
- base: base,
- assets: base
+ base: base
}
}
};