Add meta description to index.html
This commit is contained in:
@ -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 />
|
||||||
|
Reference in New Issue
Block a user