diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index ead5c3e..3478dd3 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -11,7 +11,7 @@ export default defineUserConfig({ head: [ // 配置站点图标 - ['link', {rel: 'icon', type: 'image/png', href: '/logo.svg'}], + ['link', {rel: 'icon', type: 'image/png', href: '/icon/logo.svg'}], ], bundler: viteBundler(),