Update index.php with favicon link tag

This commit is contained in:
Mike Wink 2022-11-18 13:40:46 +01:00
commit e984758285

View file

@ -12,6 +12,8 @@
<link rel="preload" href="/build/fonts/D-DIN.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/build/fonts/D-DIN-Bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="manifest"
href="/manifest.json">