Skip to content

Commit

Permalink
i18n(ko-KR): update on-demand-rendering.mdx (#10423)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Valladares <[email protected]>
  • Loading branch information
jsparkdev and dreyfus92 authored Dec 18, 2024
1 parent 41085e3 commit 4aa0556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ko/guides/on-demand-rendering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Astro 프로젝트 코드는 웹에서 표시되기 위해 HTML로 **렌더링**

페이지를 필요에 따라 렌더링하려면 **어댑터**를 추가해야 합니다. 각 어댑터를 통해 Astro는 특정 **런타임**에서 프로젝트를 실행하는 스크립트를 출력할 수 있습니다: 런타임은 페이지가 요청될 때 서버에서 페이지를 생성하는 코드를 실행하는 환경입니다(예: Netlify, Cloudflare).

사이트가 완전히 정적이고 페이지를 필요에 따라 렌더링하지 않더라도 어댑터를 추가하고 싶을 수 있습니다. 예를 들어, [Netlify 어댑터](/ko/guides/integrations-guide/netlify/)는 Netlify의 이미지 CDN을 활성화하고, [Vercel 어댑터](/ko/guides/integrations-guide/vercel/)웹 애널리틱스와 같은 서비스를 활성화합니다.
사이트가 완전히 정적이고 페이지를 필요에 따라 렌더링하지 않더라도 어댑터를 추가하고 싶을 수 있습니다. 예를 들어, [Netlify 어댑터](/ko/guides/integrations-guide/netlify/)는 Netlify의 이미지 CDN을 활성화하고, [서버 아일랜드](/ko/guides/server-islands/)컴포넌트에서 `server:defer`를 사용하기 위해 어댑터가 설치되어 있어야 합니다.

<IntegrationsNav category="adapter"/>

Expand Down

0 comments on commit 4aa0556

Please sign in to comment.