diff --git a/src/pages/index.astro b/src/pages/index.astro index 00695f2..b3e01b5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,7 +14,7 @@ import CallToAction from '~/components/widgets/CallToAction.astro'; const metadata = { title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS', - dontUseTitleTemplate: true, + ignoreTitleTemplate: true, }; ---