fix: Favicon should load from domain root, not current path

This commit is contained in:
Tom Moor
2021-02-02 21:13:11 -08:00
parent fb0b38fb71
commit a2fb3bb9f8

View File

@@ -9,7 +9,7 @@
<link
rel="shortcut icon"
type="image/png"
href="favicon-32.png"
href="/favicon-32.png"
sizes="32x32"
/>
<link rel="manifest" href="/manifest.json" />