From d7050abc03f3cf8a18de67f040195b7b21cf0e1e Mon Sep 17 00:00:00 2001 From: prototypa Date: Tue, 8 Aug 2023 21:08:29 -0400 Subject: [PATCH] Fix type: dontUseTitleTemplate to ignoreTitleTemplate --- 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 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, }; ---