add favicons
This commit is contained in:
@@ -21,7 +21,28 @@ export default defineNuxtConfig({
|
||||
htmlAttrs: {
|
||||
lang: 'en'
|
||||
},
|
||||
title: 'SupaNuxt SaaS'
|
||||
title: 'SupaNuxt SaaS',
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
||||
{
|
||||
rel: 'icon',
|
||||
type: 'image/png',
|
||||
sizes: '32x32',
|
||||
href: '/favicon-32x32.png'
|
||||
},
|
||||
{
|
||||
rel: 'icon',
|
||||
type: 'image/png',
|
||||
sizes: '16x16',
|
||||
href: '/favicon-16x16.png'
|
||||
},
|
||||
{
|
||||
rel: 'apple-touch-icon',
|
||||
sizes: '180x180',
|
||||
href: '/apple-touch-icon.png'
|
||||
},
|
||||
{ rel: 'manifest', href: '/site.webmanifest' }
|
||||
]
|
||||
}
|
||||
},
|
||||
runtimeConfig: {
|
||||
|
||||
Reference in New Issue
Block a user