Added first favicon :)
This commit is contained in:
@@ -6,5 +6,19 @@ export default defineNuxtConfig({
|
||||
routeRules: {
|
||||
'/' : {prerender: true},
|
||||
'/champion/**' : {swr: true}
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/png', sizes: '96x96', href: '/favicon-96x96.png' },
|
||||
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' },
|
||||
{ rel: 'shortcut icon', href: '/favicon.ico' },
|
||||
{ rel: 'apple-touch-icon', sizes: "180x180", href: '/apple-touch-icon.png' },
|
||||
{ rel: 'manifest', href: '/site.webmanifest' },
|
||||
],
|
||||
meta: [
|
||||
{name: "apple-mobile-web-app-title", content:"BuildPath"}
|
||||
]
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user