fix webmanifest link
This commit is contained in:
@@ -143,9 +143,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
{@html pwaInfo ? pwaInfo.webManifest.linkTag : ''}
|
|
||||||
<meta name="theme-color" content={PLATFORM_ACCENT} />
|
<meta name="theme-color" content={PLATFORM_ACCENT} />
|
||||||
<link rel="icon" href={PLATFORM_LOGO} />
|
<link rel="icon" href={PLATFORM_LOGO} />
|
||||||
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
{#await ready}
|
{#await ready}
|
||||||
|
|||||||
Reference in New Issue
Block a user