Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/zh-cn/guides/routing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ if (!isLoggedIn(cookie)) {
---
```

由于 Astro 在按需渲染中使用 [HTML 流式传输](/zh-cn/guides/on-demand-rendering/#html-流式传输),重定向必须在页面级别完成,而不是在子组件中完成。

## 重写

<p><Since v="4.13.0" /></p>
Expand Down