From 72732229622b1c88426daf5116a02bb18de3931c Mon Sep 17 00:00:00 2001 From: Marvin Sextro Date: Wed, 30 Jun 2021 12:14:40 +0200 Subject: [PATCH] Remove extra icon from config --- next-seo.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/next-seo.config.js b/next-seo.config.js index 3b8d8d9..e4c5e21 100644 --- a/next-seo.config.js +++ b/next-seo.config.js @@ -13,10 +13,6 @@ export default { cardType: 'summary_large_image', }, additionalLinkTags: [ - { - rel: 'icon', - href: 'https://covidpass.marvinsextro.de/favicon.ico', - }, { rel: 'apple-touch-icon', href: 'https://covidpass.marvinsextro.de/apple-touch-icon.png',