From 520ef5d3f1e83489305d5fd564d901682398df46 Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Fri, 29 Mar 2024 08:09:39 +0000 Subject: [ci] format --- .../content/docs/zh-cn/reference/configuration.mdx | 24 +++++++++++----------- 1 file 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', + }, + }, + ], }); ``` -- cgit