refactor: update icon url

This commit is contained in:
rand777 2025-03-13 02:37:02 +08:00
parent 7491b95312
commit 845b210037

View File

@ -11,7 +11,7 @@ export default defineUserConfig({
head: [ head: [
// 配置站点图标 // 配置站点图标
['link', {rel: 'icon', type: 'image/png', href: '/logo.svg'}], ['link', {rel: 'icon', type: 'image/png', href: '/icon/logo.svg'}],
], ],
bundler: viteBundler(), bundler: viteBundler(),