Images
This commit is contained in:
@@ -20,6 +20,13 @@ const iconImage = await getImage({src: icon, height: 32, width: 32, format: "png
|
||||
<SEO
|
||||
title={title}
|
||||
description={description}
|
||||
twitter={{
|
||||
creator: "@chaoscaot"
|
||||
}}
|
||||
languageAlternates={astroI18n.locales.map((locale) => ({
|
||||
hrefLang: locale,
|
||||
href: `/${locale}/`
|
||||
}))}
|
||||
/>
|
||||
|
||||
<slot name="head" />
|
||||
|
||||
Reference in New Issue
Block a user