From 4b5a2fa6656d973bff7091af5fa948a5c18eae12 Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Tue, 29 Jul 2025 16:04:50 +0900 Subject: i18n(ko-KR): update `themes.mdx` (#3350) --- docs/src/content/docs/ko/resources/themes.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/ko/resources/themes.mdx b/docs/src/content/docs/ko/resources/themes.mdx index be6e7d54..dd0fa841 100644 --- a/docs/src/content/docs/ko/resources/themes.mdx +++ b/docs/src/content/docs/ko/resources/themes.mdx @@ -73,9 +73,9 @@ import ThemeGrid from '~/components/theme-grid.astro'; previews: { light: 'nova-light.png', dark: 'nova-dark.png' }, }, { - title: 'Starlight NextJS Theme', - description: 'NextJS 문서에서 영감을 받은 Starlight 테마', - href: 'https://starlight-nextjs-theme.trueberryless.org/', + title: 'Starlight Next.js', + description: 'Next.js 문서에서 영감을 받은 Starlight 테마', + href: 'https://starlight-theme-next.trueberryless.org/', previews: { light: 'nextjs-light.png', dark: 'nextjs-dark.png' }, }, ]} -- cgit