From 482441ba74ce9398e8a9b4ea98c4b2442f04afc7 Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Sat, 10 Feb 2024 16:44:45 +0900 Subject: [PATCH] i18n(ko-KR): update `from-gatsby.mdx` (#6850) Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> --- src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx b/src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx index 61cfb36fd99a0..72117b2c6ffca 100644 --- a/src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx +++ b/src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx @@ -562,6 +562,8 @@ export const pageQuery = graphql` ## 커뮤니티 자료 +- 블로그 게시물: [Migrating from Gatsby to Astro](https://loige.co/migrating-from-gatsby-to-astro/) + - 블로그 게시물: [Migrating to Astro was EZ](https://joelhooks.com/migrating-to-astro-was-ez). - 블로그 게시물: [My Switch from Gatsby to Astro](https://www.joshfinnie.com/blog/my-switch-from-gatsby-to-astro/). @@ -573,5 +575,5 @@ export const pageQuery = graphql` - 블로그 게시물: [Another Migration: From Gatsby to Astro](https://logarithmicspirals.com/blog/migrating-from-gatsby-to-astro/). :::note[공유할 자료가 있나요?] -Gatsby 사이트를 Astro로 전환하는 방법에 대한 유용한 비디오나 블로그 게시물을 찾았거나 만들었다면 [이 페이지를 편집](https://github.com/withastro/docs/blob/main/src/pages/ko/guides/migrate-to-astro/from-gatsby.md)하여 여기에 추가하세요! +Gatsby 사이트를 Astro로 전환하는 방법에 대한 유용한 비디오나 블로그 게시물을 찾았거나 만들었다면 [이 페이지를 편집](https://github.com/withastro/docs/edit/main/src/content/docs/en/guides/migrate-to-astro/from-gatsby.mdx)하여 여기에 추가하세요! :::