From af89c5870e94f04c84686a60f1328c0ba57ceeec Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Wed, 24 Sep 2025 11:13:07 +0900 Subject: [PATCH] i18n(ko-KR): update `routing.mdx` --- src/content/docs/ko/guides/routing.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/ko/guides/routing.mdx b/src/content/docs/ko/guides/routing.mdx index f0531912b1f87..fc2fbf9b2935a 100644 --- a/src/content/docs/ko/guides/routing.mdx +++ b/src/content/docs/ko/guides/routing.mdx @@ -318,6 +318,8 @@ if (!isLoggedIn(cookie)) { --- ``` +Astro는 온디맨드 렌더링시 [HTML 스트리밍](/ko/guides/on-demand-rendering/#html-스트리밍)을 사용하기 때문에, 리디렉션은 자식 컴포넌트에서가 아닌, 페이지 수준에서 수행되어야 합니다. + ## URL 재작성 (Rewrites)