// Info: generate favicon files with IconKitchen and follow the SEO guide. export const favicon = [ { rel: 'icon', href: '/favicon.ico', sizes: 'any', }, { rel: 'apple-touch-icon', href: '/icons/apple-touch-icon.png', }, { rel: 'manifest', href: '/site.webmanifest', }, ];