replace base with resolve

This commit is contained in:
maxDorninger
2025-10-27 19:20:57 +01:00
parent 7eb4ff8902
commit f62394fdb7
27 changed files with 108 additions and 91 deletions

View File

@@ -2,7 +2,7 @@
import '../app.css';
import { ModeWatcher } from 'mode-watcher';
import { Toaster } from '$lib/components/ui/sonner/index.js';
import { base } from '$app/paths';
import { asset } from '$app/paths';
let { children } = $props();
</script>
@@ -10,7 +10,7 @@
<svelte:head>
<title>MediaManager</title>
<meta content="Smart PVR for movies and TV shows" name="description" />
<link href="{base}/logo.svg" rel="icon" type="image/svg" />
<link href={asset('/logo.svg')} rel="icon" type="image/svg" />
</svelte:head>
<ModeWatcher />