Skip to content

Commit

Permalink
i18n(ko-KR): update manual-setup.mdx (#2294)
Browse files Browse the repository at this point in the history
Co-authored-by: HiDeoo <[email protected]>
  • Loading branch information
jsparkdev and HiDeoo authored Sep 7, 2024
1 parent 236b07a commit 0ecc58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/ko/manual-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ import { FileTree } from '@astrojs/starlight/components';

### SSR과 함께 Starlight 사용

Astro 문서의 [주문형 렌더링 어댑터](https://docs.astro.build/ko/guides/server-side-rendering/) 안내서에 따라 프로젝트에서 사용자 정의 주문형 렌더링 페이지와 함께 Starlight를 사용할 수 있습니다.
SSR을 사용하려면 Astro 문서에 있는 ["주문형 렌더링 어댑터"](https://docs.astro.build/ko/guides/server-side-rendering/) 가이드에 따라 Starlight 프로젝트에 서버 어댑터를 추가하세요.

현재 Starlight에서 생성된 문서 페이지는 프로젝트의 출력 모드에 관계없이 항상 사전 렌더링됩니다. Starlight 페이지에 대한 주문형 렌더링을 지원할 수 있기를 바랍니다.
Starlight에서 생성된 문서 페이지는 프로젝트의 출력 모드에 관계없이 기본적으로 미리 렌더링됩니다. Starlight 페이지의 사전 렌더링을 선택 해제하려면 [`prerender` 구성 옵션](/ko/reference/configuration/#prerender)`false`로 설정하세요.

0 comments on commit 0ecc58b

Please sign in to comment.