mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 15:55:42 +02:00
fix favicon not working
This commit is contained in:
@@ -6,6 +6,12 @@
|
|||||||
let {children} = $props();
|
let {children} = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>MediaManager</title>
|
||||||
|
<meta content="Smart PVR for movies and TV shows" name="description"/>
|
||||||
|
<link href="/favicon.ico" rel="icon" type="ico"/>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<ModeWatcher/>
|
<ModeWatcher/>
|
||||||
<Toaster/>
|
<Toaster/>
|
||||||
{@render children()}
|
{@render children()}
|
||||||
|
|||||||
Reference in New Issue
Block a user