I plead oopsie daisy
This commit is contained in:
parent
2365bc19dc
commit
b617851141
1 changed files with 1 additions and 1 deletions
|
|
@ -39,8 +39,8 @@ const { title, optionalPreloads } = Astro.props;
|
||||||
<meta property="twitter:title" content="Alu" />
|
<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: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" />
|
<meta property="twitter:image" content="/logo.png" />
|
||||||
|
<link rel="canonical" href={Astro.url.href} />
|
||||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||||
<linK rel="canonical" href={Astro.url.href}>
|
|
||||||
{
|
{
|
||||||
optionalPreloads?.map((item) => {
|
optionalPreloads?.map((item) => {
|
||||||
return <link rel="preload" href={item.href} as={item.as} />;
|
return <link rel="preload" href={item.href} as={item.as} />;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue