feat: 为Apple/PWA进行图标适配
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m23s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m23s
This commit is contained in:
@ -20,7 +20,17 @@ export default defineNuxtConfig({
|
||||
htmlAttrs: {
|
||||
lang: 'zh',
|
||||
},
|
||||
link: [{ rel: 'icon', type: 'image/x-icon', href: '/jinshen-logo.ico' }],
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/jinshen-logo.ico' },
|
||||
{
|
||||
rel: 'apple-touch-icon',
|
||||
href: '/jinshen-logo.png',
|
||||
},
|
||||
{
|
||||
rel: 'manifest',
|
||||
href: '/manifest.json',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user