From eabe5fd4dba0987eb83455c05f6d081d51711e63 Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Fri, 28 Jun 2024 18:25:39 +0900 Subject: i18n(ko-KR): update `community-content.mdx` (#2060) --- docs/src/content/docs/ko/resources/community-content.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/content/docs/ko/resources/community-content.mdx b/docs/src/content/docs/ko/resources/community-content.mdx index 24a627ce..6c614963 100644 --- a/docs/src/content/docs/ko/resources/community-content.mdx +++ b/docs/src/content/docs/ko/resources/community-content.mdx @@ -143,5 +143,11 @@ import YouTubeGrid from '~/components/youtube-grid.astro'; description: '이 비디오에서는 Starlight가 왜 그렇게 멋진지, 그리고 왜 다음 프로젝트에서 Starlight를 사용해 보고 싶은지 설명합니다.', }, + { + href: 'https://www.youtube.com/watch?v=Q1E4Gkt63ko', + title: 'Astro Starlight와 emoji-blast - Chris Swithinbank', + description: + "프레임워크 온 프레임워크인 Astro Starlight의 창시자 Chris가 새로운 emoji-blast 웹사이트를 설정하는 과정을 안내합니다. 🌟 🎇", + }, ]} /> -- cgit