diff --git a/nuxt.config.js b/nuxt.config.js index 6d5c7630a..b92de0452 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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' } ] } },