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