I plead oopsie daisy

This commit is contained in:
wearrrrr 2024-07-29 03:44:58 -05:00
parent 2365bc19dc
commit b617851141

View file

@ -39,8 +39,8 @@ const { title, optionalPreloads } = Astro.props;
<meta property="twitter:title" content="Alu" />
<meta property="twitter:description" content="Alu is a sleek web proxy supporting multiple standards of communication, and wide levels of customization." />
<meta property="twitter:image" content="/logo.png" />
<link rel="canonical" href={Astro.url.href} />
<link rel="sitemap" href="/sitemap-index.xml" />
<linK rel="canonical" href={Astro.url.href}>
{
optionalPreloads?.map((item) => {
return <link rel="preload" href={item.href} as={item.as} />;