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)하여 여기에 추가하세요! :::