docs: add iconify icon

This commit is contained in:
wintel
2025-04-24 01:15:54 +08:00
parent dd02328033
commit 700bf8dea4
3 changed files with 6 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ export default defineUserConfig({
head: [
// 配置站点图标
['link', { rel: 'icon', type: 'image/png', href: 'https://theme-plume.vuejs.press/favicon-32x32.png' }],
['link', { rel: 'icon', type: 'image/png', href: 'http://img.openauth.net.cn/2025-04-24-00-50-24.png' }],
],
bundler: viteBundler(),