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:
@@ -1,11 +1,17 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import '../app.css';
|
import '../app.css';
|
||||||
import { ModeWatcher } from 'mode-watcher';
|
import {ModeWatcher} from 'mode-watcher';
|
||||||
import { Toaster } from '$lib/components/ui/sonner/index.js';
|
import {Toaster} from '$lib/components/ui/sonner/index.js';
|
||||||
|
|
||||||
let { children } = $props();
|
let {children} = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ModeWatcher />
|
<svelte:head>
|
||||||
<Toaster />
|
<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/>
|
||||||
|
<Toaster/>
|
||||||
{@render children()}
|
{@render children()}
|
||||||
|
|||||||
Reference in New Issue
Block a user