diff options
author | Felix Schneider | 2025-07-28 18:27:41 +0200 |
---|---|---|
committer | GitHub | 2025-07-28 18:27:41 +0200 |
commit | ddb053c5b2d8c0279febfc843e914f5d91990958 (patch) | |
tree | ef01446333b5c4e0f6bd4a65f55ae41f77163e55 | |
parent | 7efd23432c371d862ff9a6fe724c2bd4a8dd4887 (diff) | |
download | IT.starlight-ddb053c5b2d8c0279febfc843e914f5d91990958.tar.gz IT.starlight-ddb053c5b2d8c0279febfc843e914f5d91990958.tar.bz2 IT.starlight-ddb053c5b2d8c0279febfc843e914f5d91990958.zip |
docs: update Next.js links and renaming (#3344)
-rw-r--r-- | docs/src/content/docs/resources/themes.mdx | 6 |
1 files 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' }, }, ]} |