Add apple-touch-icon <link>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script lang="ts">
|
||||
import favicon from '$lib/assets/round-logo.svg';
|
||||
import appleLogo from '$lib/assets/apple-touch-icon.png';
|
||||
import '$lib/assets/global.css';
|
||||
|
||||
let { children } = $props();
|
||||
@@ -7,6 +8,7 @@
|
||||
|
||||
<svelte:head>
|
||||
<link rel="icon" href={favicon} />
|
||||
<link rel="apple-touch-icon" href={appleLogo} />
|
||||
</svelte:head>
|
||||
|
||||
{@render children()}
|
||||
|
||||
Reference in New Issue
Block a user