summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiDeoo2024-03-29 08:09:39 +0000
committerfredkbot2024-03-29 08:09:39 +0000
commit520ef5d3f1e83489305d5fd564d901682398df46 (patch)
tree82dfb1fa0fa29296ea23f1c333f3dc5f93ff71f7
parent50b528214f9e87b7447230214fc9f3c13eaf7550 (diff)
downloadIT.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.mdx24
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',
+ },
+ },
+ ],
});
```