Skip to content

Commit

Permalink
i18n(ko-KR): update from-gatsby.mdx (#10785)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan <[email protected]>
  • Loading branch information
jsparkdev and yanthomasdev authored Jan 24, 2025
1 parent d347c22 commit ff5ec49
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions src/content/docs/ko/guides/migrate-to-astro/from-gatsby.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stub: false
framework: Gatsby
i18nReady: true
---
import { Steps } from '@astrojs/starlight/components';
import { Steps, LinkCard, CardGrid } from '@astrojs/starlight/components';
import AstroJSXTabs from '~/components/tabs/AstroJSXTabs.astro';
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';

Expand Down Expand Up @@ -566,23 +566,27 @@ export const pageQuery = graphql`
About 페이지를 방문할 때만 "Home" 링크가 표시됩니다.
</Steps>

## 커뮤니티 자료

- 블로그 게시물: [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/).

- 블로그 게시물: [Why I moved to Astro from Gatsby](https://dev.to/askrodney/why-i-moved-to-astro-from-gatsby-3fck).

- 블로그 게시물: [Migrating my website from Gatsby to Astro](https://dev.to/flashblaze/migrating-my-website-from-gatsby-to-astro-2ej5).

- 블로그 게시물: [Another Migration: From Gatsby to Astro](https://logarithmicspirals.com/blog/migrating-from-gatsby-to-astro/).

- 블로그 게시물: [Why and how I moved my blog away from Gatsby and React to Astro and Preact](https://www.helmerdavila.com/blog/en/why-and-how-i-moved-my-blog-away-from-gatsby-and-react-to-astro-js-and-preact)

- 블로그 게시물: [How I rewrote my HUGE 100gb+ Gatsby site in Astro and learned to love it in the process](https://dunedinsound.com/blog/how_i_rewrote_my_huge_gatsby_site_in_astro_and_learned_to_love_it_in_the_process/)
## 커뮤니티 리소스

<CardGrid>
<LinkCard title="Migrating from Gatsby to Astro" href="https://loige.co/migrating-from-gatsby-to-astro/"
description="이 블로그를 Gatsby에서 Astro로 마이그레이션한 방법과 이유, 그리고 그 과정에서 배운 것들." />
<LinkCard title="Migrating to Astro was EZ" href="https://joelhooks.com/migrating-to-astro-was-ez"
description="Gatsby에서 Astro로 마이그레이션하는 과정과 Astro를 선택한 이유."
/>
<LinkCard title="My Switch from Gatsby to Astro" href="https://www.joshfinnie.com/blog/my-switch-from-gatsby-to-astro/"
description="Astro로의 전환은 분명 블로그 포스트를 쓸 만한 주제입니다! Astro는 정적 웹 개발 분야를 더 나은 방향으로 혁신하고 있습니다."/>
<LinkCard title="Why I moved to Astro from Gatsby" href="https://dev.to/askrodney/why-i-moved-to-astro-from-gatsby-3fck"
description="전환하고 싶었던 이유와 Astro가 왜 좋은 선택이었는지 간단히 살펴봅니다." />
<LinkCard title="Another Migration: From Gatsby to Astro" href="https://logarithmicspirals.com/blog/migrating-from-gatsby-to-astro/"
description="개인 웹사이트를 Gatsby에서 Astro로 전환한 과정과 그 마이그레이션 과정에서의 통찰과 경험을 공유합니다."/>
<LinkCard title="Migrating my website from Gatsby to Astro" href="https://dev.to/flashblaze/migrating-my-website-from-gatsby-to-astro-2ej5"
description="Astro님이 채팅에 입장하였습니다." />
<LinkCard title="Why and how I moved my blog away from Gatsby and React to Astro Js and Preact" href="https://www.helmerdavila.com/blog/en/why-and-how-i-moved-my-blog-away-from-gatsby-and-react-to-astro-js-and-preact"
description="단순함과 동시에 강력함이 모든 것의 핵심입니다." />
<LinkCard title="How I rewrote my HUGE Gatsby site in Astro and learned to love it in the process" href="https://dunedinsound.com/blog/how_i_rewrote_my_huge_gatsby_site_in_astro_and_learned_to_love_it_in_the_process/"
description="모든 것이 더 빠르고, 더 행복하고, 더 생산적입니다."/>
</CardGrid>

:::note[공유할 자료가 있나요?]
Gatsby 사이트를 Astro로 전환하는 방법에 대한 유용한 비디오나 블로그 게시물을 찾았거나 만들었다면 [이 페이지를 편집](https://github.com/withastro/docs/edit/main/src/content/docs/en/guides/migrate-to-astro/from-gatsby.mdx)하여 여기에 추가하세요!
Expand Down

0 comments on commit ff5ec49

Please sign in to comment.