refactor: update icon url

This commit is contained in:
rand777 2025-03-13 02:37:02 +08:00 committed by leikuanlin
parent e2589775e4
commit b8c4757807

View File

@ -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(),