This commit is contained in:
Surjith S M
2022-11-09 18:48:17 +05:30
parent bc08e6b062
commit 5b455cc287
5 changed files with 23 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ const { title } = Astro.props;
<!-- <link rel="preload" as="image" href={src} alt="Hero" /> -->
<SEO
title={`${title}${title && " | "}Astro Ship`}
title={`${title}${title && " | "}Astroship`}
description="Astroship is a starter website template for Astro built with TailwindCSS."
twitter={{
creator: "@surjithctly",
@@ -38,9 +38,12 @@ const { title } = Astro.props;
openGraph={{
basic: {
type: "website",
title: `${title}${title && " | "}Astro Ship`,
title: `Astroship - Starter Template for Astro`,
image: resolvedImageWithDomain,
},
image: {
alt: "Astroship Homepage Screenshot",
},
}}
/>
</head>