Added preconnect

This commit is contained in:
DrMint 2024-05-26 01:49:28 +02:00
parent 1d5d179c5d
commit 6c7edc3999
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ const { currentTheme } = Astro.locals;
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#27231e" />
<link rel="manifest" href="/site.webmanifest" />
{(openGraph.audio || openGraph.video) && <link rel="preconnect" href="https://resha.re" />}
<link rel="preconnect" href="https://dashboard.accords-library.com" />
{/* Meta & OpenGraph */}
<title>{title}</title>