From 95af903642eb4b418faccafff4948f6d2bd0f90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Demenech?= Date: Tue, 18 Jul 2023 10:27:27 -0300 Subject: [PATCH] [site,seo][xs]: add icon to default seo --- site/content/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/config.js b/site/content/config.js index 9ee5327e..0265e7b8 100644 --- a/site/content/config.js +++ b/site/content/config.js @@ -37,6 +37,7 @@ const config = { footerLinks: [], nextSeo: { additionalLinkTags: [ + { rel: 'icon', href: '/favicon.ico' }, { rel: 'apple-touch-icon', href: '/icon.png', sizes: '120x120' }, ], openGraph: {