From 0c6693d963f93240076b7c4753f8d217156923d9 Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Sat, 10 Feb 2024 19:40:21 +0900 Subject: i18n(ko-KR): update `manual-setup.mdx` (#1482) Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>--- docs/src/content/docs/ko/manual-setup.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/ko/manual-setup.mdx b/docs/src/content/docs/ko/manual-setup.mdx index d0e2ac46..2549971e 100644 --- a/docs/src/content/docs/ko/manual-setup.mdx +++ b/docs/src/content/docs/ko/manual-setup.mdx @@ -123,4 +123,7 @@ import FileTree from '~/components/file-tree.astro'; ### SSR과 함께 Starlight 사용 -현재 Starlight는 Astro의 서버 어댑터를 사용한 [SSR 배포](https://docs.astro.build/ko/guides/server-side-rendering/)를 지원하지 않습니다. 우리는 곧 이것을 지원할 것입니다. +Astro 문서의 [“주문형 렌더링 어댑터”](https://docs.astro.build/ko/guides/server-side-rendering/) 안내서에 따라 프로젝트에서 사용자 정의 주문형 렌더링 페이지와 함께 Starlight를 사용할 수 있습니다. + +현재 Starlight에서 생성된 문서 페이지는 프로젝트의 출력 모드에 관계없이 항상 사전 렌더링됩니다. 곧 Starlight 페이지에 대한 주문형 렌더링을 지원할 수 있기를 바랍니다. + -- cgit