Merge pull request #58 from frascu/main

Favicon url returns 404
This commit is contained in:
prototypa
2022-11-15 09:25:03 -05:00
committed by GitHub

View File

@ -2,6 +2,6 @@
import { SITE } from '~/config.mjs'; import { SITE } from '~/config.mjs';
--- ---
<link rel="shortcut icon" href={`${SITE.basePathname}favicon.ico`} /> <link rel="shortcut icon" href={`${SITE.basePathname}/favicon.ico`} />
<link rel="icon" type="image/svg+xml" href={`${SITE.basePathname}favicon.svg`} /> <link rel="icon" type="image/svg+xml" href={`${SITE.basePathname}/favicon.svg`} />
<link rel="mask-icon" href={`${SITE.basePathname}favicon.svg`} color="#8D46E7" /> <link rel="mask-icon" href={`${SITE.basePathname}/favicon.svg`} color="#8D46E7" />