Update to @fontsource v5
This commit is contained in:
@ -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')} />
|
||||
|
Reference in New Issue
Block a user