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