From 578a4393edda72b8602d7fae95f1b1c9cd4cbb29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Thu, 29 Feb 2024 15:22:38 +0100 Subject: [PATCH] fix path resolution --- src/components/i18n/LanguagePicker.astro | 2 +- src/pages/[lang]/about-me.astro | 2 +- src/pages/[lang]/blog/index.astro | 4 ++-- src/pages/[lang]/encrypted-card-dummy.astro | 2 +- src/pages/[lang]/encrypted-card.astro | 2 +- src/pages/[lang]/index.astro | 2 +- src/pages/[lang]/rss.xml.ts | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/i18n/LanguagePicker.astro b/src/components/i18n/LanguagePicker.astro index 2ba644f..b8a777f 100644 --- a/src/components/i18n/LanguagePicker.astro +++ b/src/components/i18n/LanguagePicker.astro @@ -16,7 +16,7 @@ const t = useTranslations(currentLang)