From 5cf4ef79b63be0154d0b1e220f0c0456d35c5f99 Mon Sep 17 00:00:00 2001 From: Alexis Date: Mon, 9 Jun 2025 19:49:25 +0200 Subject: [PATCH] Changed base 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 4b20b35..dd643d2 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -8,7 +8,7 @@ interface Props { const { title } = Astro.props; let renderedTitle -const baseTitle = 'Alexis Pelé - Ingénieur web breton' +const baseTitle = 'Alexis Pelé - French web engineer' if (title) { renderedTitle = `${title} · ${baseTitle}`