From a05b2d8a234befbc506395f09c013a44a3ec6dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20B?= <54446028+prototypa@users.noreply.github.com> Date: Mon, 7 Aug 2023 23:58:17 -0400 Subject: [PATCH] Better SEO title --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index b8a2b31..b52288d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,7 @@ import Stats from '~/components/widgets/Stats.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; const metadata = { - title: 'AstroWind — Free template for create a website with Astro + Tailwind CSS', + title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS', dontUseTitleTemplate: true, }; ---