add base url to all the redirects and links

This commit is contained in:
maxDorninger
2025-07-17 16:56:34 +02:00
parent ea7556de39
commit 5ff55f1a1d
20 changed files with 83 additions and 63 deletions

View File

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