From 1a57fb08d961def775a6a8a0dffeeff6c418a0d4 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 28 Jul 2025 19:37:45 +0200 Subject: i18n(fr): update `resources/themes.mdx` (#3349) Co-authored-by: trueberryless <99918022+trueberryless@users.noreply.github.com> Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>--- docs/src/content/docs/fr/resources/themes.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/fr/resources/themes.mdx b/docs/src/content/docs/fr/resources/themes.mdx index 37935841..a5087695 100644 --- a/docs/src/content/docs/fr/resources/themes.mdx +++ b/docs/src/content/docs/fr/resources/themes.mdx @@ -74,9 +74,9 @@ Installez un thème créé par la communauté pour personnaliser rapidement l'ap previews: { light: 'nova-light.png', dark: 'nova-dark.png' }, }, { - title: 'Starlight NextJS Theme', - description: 'Thème Starlight inspiré par la documentation de NextJS.', - href: 'https://starlight-nextjs-theme.trueberryless.org/', + title: 'Starlight Next.js', + description: 'Thème Starlight inspiré par la documentation de Next.js.', + href: 'https://starlight-theme-next.trueberryless.org/', previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' }, }, ]} -- cgit