Update to @fontsource v5

This commit is contained in:
prototypa
2023-07-27 07:26:16 -04:00
parent 006c332f85
commit 5a716917a3
5 changed files with 47 additions and 17 deletions

View File

@ -82,8 +82,6 @@ const image =
}}
/>
<CustomStyles />
<!-- Google Site Verification -->
{SITE.googleSiteVerificationId && <meta name="google-site-verification" content={SITE.googleSiteVerificationId} />}
@ -92,7 +90,4 @@ const image =
{SITE.splitbeeAnalytics?.enabled && <SplitbeeAnalytics {...SITE.splitbeeAnalytics} />}
<link rel="shortcut icon" href={getAsset('/favicon.ico')} />
<link rel="icon" type="image/svg+xml" href={getAsset('/favicon.svg')} />
<link rel="mask-icon" href={getAsset('/favicon.svg')} color="#8D46E7" />
<link rel="sitemap" href={getAsset('/sitemap-index.xml')} />