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',