From 9e31bf6922afaa43ce4f4f575661d34aba16f0cb Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 18 Aug 2022 01:59:58 -0400 Subject: [PATCH] Fix meta description --- 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 cc0dd92..23bd7a2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,7 +15,7 @@ import Stats from "~/components/widgets/Stats.astro"; const title = `${SITE.name} — Your website with Astro + Tailwind CSS`; const description = - "A ready to start template to make your website using Astro and Tailwind CSS."; + "🚀 AstroWind is a free and Ready to Start template to make your website using Astro and Tailwind CSS."; const canonical = new URL("", Astro.site); ---