From 835e8e3ce7f269f5e19c4d0189939684a75b77f6 Mon Sep 17 00:00:00 2001 From: shalluv Date: Sat, 3 Feb 2024 17:27:14 +0700 Subject: [PATCH] feat(seo): updated for more compat --- src/layouts/BaseLayout.astro | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 4b2e956..7e52dd5 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -15,33 +15,47 @@ interface Props { const { pageTitle = "GearFestival | Find your cocktail !" } = Astro.props; --- +