diff options
author | HiDeoo | 2024-03-29 08:09:39 +0000 |
---|---|---|
committer | fredkbot | 2024-03-29 08:09:39 +0000 |
commit | 520ef5d3f1e83489305d5fd564d901682398df46 (patch) | |
tree | 82dfb1fa0fa29296ea23f1c333f3dc5f93ff71f7 | |
parent | 50b528214f9e87b7447230214fc9f3c13eaf7550 (diff) | |
download | IT.starlight-520ef5d3f1e83489305d5fd564d901682398df46.tar.gz IT.starlight-520ef5d3f1e83489305d5fd564d901682398df46.tar.bz2 IT.starlight-520ef5d3f1e83489305d5fd564d901682398df46.zip |
[ci] format
-rw-r--r-- | docs/src/content/docs/zh-cn/reference/configuration.mdx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/src/content/docs/zh-cn/reference/configuration.mdx b/docs/src/content/docs/zh-cn/reference/configuration.mdx index e648a2b9..f51d7b10 100644 --- a/docs/src/content/docs/zh-cn/reference/configuration.mdx +++ b/docs/src/content/docs/zh-cn/reference/configuration.mdx @@ -484,18 +484,18 @@ starlight({ ```js starlight({ - favicon: '/images/favicon.svg', - head: [ - // δΈΊ Safari ζ·»ε ICO favicon ειγ - { - tag: 'link', - attrs: { - rel: 'icon', - href:'/images/favicon.ico', - sizes: '32x32', - }, - }, - ], + favicon: '/images/favicon.svg', + head: [ + // δΈΊ Safari ζ·»ε ICO favicon ειγ + { + tag: 'link', + attrs: { + rel: 'icon', + href: '/images/favicon.ico', + sizes: '32x32', + }, + }, + ], }); ``` |