From ddb053c5b2d8c0279febfc843e914f5d91990958 Mon Sep 17 00:00:00 2001 From: Felix Schneider Date: Mon, 28 Jul 2025 18:27:41 +0200 Subject: docs: update Next.js links and renaming (#3344) --- docs/src/content/docs/resources/themes.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/resources/themes.mdx b/docs/src/content/docs/resources/themes.mdx index 281fee0e..255b3ace 100644 --- a/docs/src/content/docs/resources/themes.mdx +++ b/docs/src/content/docs/resources/themes.mdx @@ -74,9 +74,9 @@ Install a theme built by the community to quickly customize the look and feel of previews: { light: 'nova-light.png', dark: 'nova-dark.png' }, }, { - title: 'Starlight NextJS Theme', - description: 'Starlight theme inspired by the NextJS docs.', - href: 'https://starlight-nextjs-theme.trueberryless.org/', + title: 'Starlight Next.js', + description: 'Starlight theme inspired by the Next.js docs.', + href: 'https://starlight-theme-next.trueberryless.org/', previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' }, }, ]} -- cgit