favicon fix

pull/3420/head
Tuğçe Küçükoğlu 2022-12-09 23:54:16 +03:00
parent 60d0fb6d1a
commit 470e55523b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default defineNuxtConfig({
rel: 'stylesheet',
href: baseUrl + 'themes/lara-light-blue/theme.css'
},
{ rel: 'icon', type: 'image/x-icon', href: baseUrl + 'favicon.ico' }
{ rel: 'icon', href: baseUrl + 'favicon.ico' }
]
}
},