feat: 添加网站图标
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m52s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m52s
- 添加网站图标ico文件 - 修改nuxt配置,应用新的网站图标
This commit is contained in:
@ -14,7 +14,7 @@ export default defineNuxtConfig({
|
||||
content: 'Jinshen Website',
|
||||
},
|
||||
],
|
||||
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
|
||||
link: [{ rel: 'icon', type: 'image/x-icon', href: '/jinshen-logo.ico' }],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user