Skip to content

Commit

Permalink
i18n(zh-cn): Update configuration.mdx (#2764)
Browse files Browse the repository at this point in the history
  • Loading branch information
liruifengv authored Jan 8, 2025
1 parent 7ab1576 commit ceb6452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/zh-cn/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ Starlight 默认使用 Sarah Drasner 的 [Night Owl 主题](https://github.com/s
**类型:** `boolean`
**默认值:** `true`

定义 Starlight 页面是应预渲染为静态 HTML 还是由 [SSR 适配器](https://docs.astro.build/zh-cn/guides/server-side-rendering/) 按需渲染。
定义 Starlight 页面是应预渲染为静态 HTML 还是由 [SSR 适配器](https://docs.astro.build/zh-cn/guides/on-demand-rendering/) 按需渲染。

默认情况下,Starlight 页面是预渲染的。
如果你正在使用 SSR 适配器并希望按需渲染 Starlight 页面,请设置为 `prerender: false`
Expand Down Expand Up @@ -563,7 +563,7 @@ starlight({
**类型:** `boolean`
**默认值:** `false`

禁用注入 Starlight 的默认 [404 页面](https://docs.astro.build/zh-cn/core-concepts/astro-pages/#自定义-404-错误页面)。要在项目中使用自定义的 `src/pages/404.astro` 路由,请将此选项设置为 `true`
禁用注入 Starlight 的默认 [404 页面](https://docs.astro.build/zh-cn/basics/astro-pages/#自定义-404-错误页面)。要在项目中使用自定义的 `src/pages/404.astro` 路由,请将此选项设置为 `true`

### `components`

Expand Down

0 comments on commit ceb6452

Please sign in to comment.