From 470e55523b8551c3db98b2a79e5ee54730b4c259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 9 Dec 2022 23:54:16 +0300 Subject: [PATCH] favicon fix --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } ] } },