[site,seo][xs]: add icon to default seo

This commit is contained in:
João Demenech
2023-07-18 10:27:27 -03:00
parent 9fee284097
commit 95af903642

View File

@@ -37,6 +37,7 @@ const config = {
footerLinks: [], footerLinks: [],
nextSeo: { nextSeo: {
additionalLinkTags: [ additionalLinkTags: [
{ rel: 'icon', href: '/favicon.ico' },
{ rel: 'apple-touch-icon', href: '/icon.png', sizes: '120x120' }, { rel: 'apple-touch-icon', href: '/icon.png', sizes: '120x120' },
], ],
openGraph: { openGraph: {