From 9f79c0424c3d3e24d304878b2912af5287939e80 Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Wed, 23 Apr 2025 10:23:14 +0900 Subject: i18n(ko-KR): update `theme.mdx` (#3144) Co-authored-by: ArmandPhilippot <59021693+ArmandPhilippot@users.noreply.github.com>--- docs/src/content/docs/ko/resources/themes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/ko/resources/themes.mdx b/docs/src/content/docs/ko/resources/themes.mdx index 49ed9bbe..be6e7d54 100644 --- a/docs/src/content/docs/ko/resources/themes.mdx +++ b/docs/src/content/docs/ko/resources/themes.mdx @@ -45,7 +45,7 @@ import ThemeGrid from '~/components/theme-grid.astro'; { title: 'Catppuccin for Starlight', description: 'Starlight를 위한 편안한 파스텔 테마', - href: 'https://catppuccin-starlight.otterlord.dev/', + href: 'https://starlight.catppuccin.com/', previews: { light: 'catppuccin-light.png', dark: 'catppuccin-dark.png' }, }, { -- cgit