From ceb645287d38757cc8074c4f006a917b9a9f96d5 Mon Sep 17 00:00:00 2001 From: liruifengv Date: Wed, 8 Jan 2025 16:17:23 +0800 Subject: [PATCH] i18n(zh-cn): Update configuration.mdx (#2764) --- docs/src/content/docs/zh-cn/reference/configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/zh-cn/reference/configuration.mdx b/docs/src/content/docs/zh-cn/reference/configuration.mdx index 280a126fbff..0166787afea 100644 --- a/docs/src/content/docs/zh-cn/reference/configuration.mdx +++ b/docs/src/content/docs/zh-cn/reference/configuration.mdx @@ -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`。 @@ -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`