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: 1 addition & 1 deletion src/content/docs/zh-tw/basics/astro-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ title: 我的 Markdown 頁面

## 自訂 500 錯誤頁面

要給[隨需算繪](/zh-tw/guides/on-demand-rendering/)的頁面顯示的自訂 500 錯誤頁面,請建立 `src/pages/500.astro` 檔案。這個自訂頁面不適用於預算繪的頁面,也不能被預算繪
要給[隨需算繪](/zh-tw/guides/on-demand-rendering/)的頁面顯示的自訂 500 錯誤頁面,請建立 `src/pages/500.astro` 檔案。這個自訂頁面不適用於預算繪的頁面。

如果算繪這個頁面時發生錯誤,會顯示主機預設的 500 錯誤頁面給訪客。

Expand Down