diff options
author | Felix Schneider | 2025-07-28 19:26:36 +0200 |
---|---|---|
committer | GitHub | 2025-07-28 19:26:36 +0200 |
commit | 96849f33475e0b3c240eb047e00519b31487b2d5 (patch) | |
tree | b3ad86409560f75e1f827cc417798fde18b97117 | |
parent | ddb053c5b2d8c0279febfc843e914f5d91990958 (diff) | |
download | IT.starlight-96849f33475e0b3c240eb047e00519b31487b2d5.tar.gz IT.starlight-96849f33475e0b3c240eb047e00519b31487b2d5.tar.bz2 IT.starlight-96849f33475e0b3c240eb047e00519b31487b2d5.zip |
i18n(de): update themes (#3347)
-rw-r--r-- | docs/src/content/docs/de/resources/themes.mdx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/content/docs/de/resources/themes.mdx b/docs/src/content/docs/de/resources/themes.mdx index b648093b..45455a7b 100644 --- a/docs/src/content/docs/de/resources/themes.mdx +++ b/docs/src/content/docs/de/resources/themes.mdx @@ -74,9 +74,9 @@ Installiere ein von der Community erstelltes Theme, um das Aussehen deiner Websi previews: { light: 'nova-light.png', dark: 'nova-dark.png' }, }, { - title: 'Starlight NextJS Theme', - description: 'Starlight-Theme inspiriert von der NextJS-Dokumentation.', - href: 'https://starlight-nextjs-theme.trueberryless.org/', + title: 'Starlight Next.js Theme', + description: 'Starlight-Theme inspiriert von der Next.js-Dokumentation.', + href: 'https://starlight-theme-next.trueberryless.org/', previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' }, }, ]} |