From b553ac58d3d94e68be71f7d5320a8e8b83890a47 Mon Sep 17 00:00:00 2001 From: HERO <60427702+HEROshineMC@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:35:11 -0700 Subject: [PATCH] Fixed favicon not loading in some cases (#679) --- nuxt.config.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 904b4508e..bbb7bdc61 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -98,19 +98,6 @@ export default { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico', - media: '(prefers-color-scheme:no-preference)', - }, - { - rel: 'icon', - type: 'image/x-icon', - href: '/favicon-dark.ico', - media: '(prefers-color-scheme:dark)', - }, - { - rel: 'icon', - type: 'image/x-icon', - href: '/favicon.ico', - media: '(prefers-color-scheme:light)', }, { rel: 'stylesheet',