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)