mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 00:35:50 +02:00
add base url to all the redirects and links
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user