From e5e4bfe02bf9eba2fbad5688f7b07f76e4b46a72 Mon Sep 17 00:00:00 2001 From: Sickenberg Romain Date: Tue, 9 Jul 2024 16:27:38 +0200 Subject: [PATCH] seo: fixed page title --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 83ab0f1..58b70f8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -15,7 +15,7 @@ const {title} = Astro.props;