From 50b528214f9e87b7447230214fc9f3c13eaf7550 Mon Sep 17 00:00:00 2001 From: liruifengv Date: Fri, 29 Mar 2024 16:08:58 +0800 Subject: i18n(zh-cn): Update configuration.mdx (#1691) Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>--- docs/src/content/docs/zh-cn/reference/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/zh-cn/reference/configuration.mdx b/docs/src/content/docs/zh-cn/reference/configuration.mdx index cfea47a5..e648a2b9 100644 --- a/docs/src/content/docs/zh-cn/reference/configuration.mdx +++ b/docs/src/content/docs/zh-cn/reference/configuration.mdx @@ -484,7 +484,7 @@ starlight({ ```js starlight({ - favicon: '/images/favicon.svg'. + favicon: '/images/favicon.svg', head: [ // 为 Safari 添加 ICO favicon 回退。 { -- cgit