Improve meta description
This commit is contained in:
@ -9,7 +9,7 @@ const { src: defaultImage } = await getImage({
|
||||
|
||||
const {
|
||||
title = "AstroWind",
|
||||
description = "A template to make your website using Astro + Tailwind CSS.",
|
||||
description = "",
|
||||
image = defaultImage,
|
||||
} = Astro.props;
|
||||
|
||||
|
@ -14,7 +14,7 @@ import BlogFeaturesFourCols from "~/components/astro/blog/BlogFeaturesFourCols.a
|
||||
|
||||
<Layout
|
||||
title="AstroWind — Your website with Astro + Tailwind CSS"
|
||||
description="A template to make your website using Astro + Tailwind CSS."
|
||||
description="A production ready template to make your website using Astro and Tailwind CSS."
|
||||
>
|
||||
<main class="mt-20">
|
||||
<HeroWithImage />
|
||||
|
Reference in New Issue
Block a user