fix webmanifest link

This commit is contained in:
Jon Staab
2024-10-22 17:45:32 -07:00
parent b28526f13e
commit dd032dd428

View File

@@ -143,9 +143,9 @@
</script>
<svelte:head>
{@html pwaInfo ? pwaInfo.webManifest.linkTag : ''}
<meta name="theme-color" content={PLATFORM_ACCENT} />
<link rel="icon" href={PLATFORM_LOGO} />
<link rel="manifest" href="/manifest.webmanifest" />
</svelte:head>
{#await ready}