1
0

chore: 更改 favicon 图标格式

This commit is contained in:
2025-10-07 18:35:58 +08:00
parent 13e635465c
commit de1de966f0
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ export default defineConfig({
titleTemplate: ':title - Frost-ZX',
description: 'Frost-ZX 的博客',
head: [
['link', { rel: 'icon', href: '/favicon.png' }],
['link', { rel: 'icon', href: '/favicon.ico' }],
],
// 构建配置