From b5b188c3bd69aedd90d09a3160b1f0af01e27dd7 Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Sat, 10 Feb 2024 10:40:54 +0000 Subject: [ci] format --- docs/src/content/docs/ko/manual-setup.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/content/docs/ko/manual-setup.mdx b/docs/src/content/docs/ko/manual-setup.mdx index 2549971e..b6ff0e7b 100644 --- a/docs/src/content/docs/ko/manual-setup.mdx +++ b/docs/src/content/docs/ko/manual-setup.mdx @@ -126,4 +126,3 @@ import FileTree from '~/components/file-tree.astro'; Astro 문서의 [“주문형 렌더링 어댑터”](https://docs.astro.build/ko/guides/server-side-rendering/) 안내서에 따라 프로젝트에서 사용자 정의 주문형 렌더링 페이지와 함께 Starlight를 사용할 수 있습니다. 현재 Starlight에서 생성된 문서 페이지는 프로젝트의 출력 모드에 관계없이 항상 사전 렌더링됩니다. 곧 Starlight 페이지에 대한 주문형 렌더링을 지원할 수 있기를 바랍니다. - -- cgit