diff options
author | liruifengv | 2024-03-29 16:08:58 +0800 |
---|---|---|
committer | GitHub | 2024-03-29 09:08:58 +0100 |
commit | 50b528214f9e87b7447230214fc9f3c13eaf7550 (patch) | |
tree | 180fee0106a3a623009f364f1d276ab41d91ea62 | |
parent | 60d588cc6faf0b806e9546fa6e17bbc021bc045f (diff) | |
download | IT.starlight-50b528214f9e87b7447230214fc9f3c13eaf7550.tar.gz IT.starlight-50b528214f9e87b7447230214fc9f3c13eaf7550.tar.bz2 IT.starlight-50b528214f9e87b7447230214fc9f3c13eaf7550.zip |
i18n(zh-cn): Update configuration.mdx (#1691)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r-- | docs/src/content/docs/zh-cn/reference/configuration.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ειγ { |