Fix meta description

This commit is contained in:
prototypa
2022-08-18 01:59:58 -04:00
parent ba764a4d40
commit 9e31bf6922

View File

@ -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);
---