Improve meta description

This commit is contained in:
prototypa
2022-08-14 17:57:43 -04:00
parent c74362849a
commit c57aeca074
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 />