Add meta description to index.html

This commit is contained in:
prototypa
2022-08-10 13:59:48 -04:00
parent c2cf31b777
commit b28cf90698

View File

@ -7,7 +7,10 @@
import HeroWithImage from '~/components/astro/hero/HeroWithImage.astro'; import HeroWithImage from '~/components/astro/hero/HeroWithImage.astro';
--- ---
<Layout title="AstroWind — Your website with Astro + Tailwind CSS"> <Layout
title="AstroWind — Your website with Astro + Tailwind CSS"
description="Performance and accessible template to make your website using Astro + Tailwind CSS."
>
<main> <main>
<HeroWithImage /> <HeroWithImage />
<BasicFeatures /> <BasicFeatures />