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 } } };