From c57aeca0745e5a1982fc13a6b655023747e75c34 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 14 Aug 2022 17:57:43 -0400 Subject: [PATCH] Improve meta description --- src/components/astro/utils/MetaTags.astro | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/astro/utils/MetaTags.astro b/src/components/astro/utils/MetaTags.astro index 2fde10e..ea45d63 100644 --- a/src/components/astro/utils/MetaTags.astro +++ b/src/components/astro/utils/MetaTags.astro @@ -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; diff --git a/src/pages/index.astro b/src/pages/index.astro index 720398e..0de00e7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,7 +14,7 @@ import BlogFeaturesFourCols from "~/components/astro/blog/BlogFeaturesFourCols.a