mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-02-20 07:59:50 -05:00
fix favicon not working
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
<script lang="ts">
|
||||
import '../app.css';
|
||||
import { ModeWatcher } from 'mode-watcher';
|
||||
import { Toaster } from '$lib/components/ui/sonner/index.js';
|
||||
import '../app.css';
|
||||
import {ModeWatcher} from 'mode-watcher';
|
||||
import {Toaster} from '$lib/components/ui/sonner/index.js';
|
||||
|
||||
let { children } = $props();
|
||||
let {children} = $props();
|
||||
</script>
|
||||
|
||||
<ModeWatcher />
|
||||
<Toaster />
|
||||
<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/>
|
||||
<Toaster/>
|
||||
{@render children()}
|
||||
|
||||
Reference in New Issue
Block a user