Hey, I'm using App Router in NextJS 14 and I have 2 different layout files with 2 different favicons
Unanswered
California Condor posted this in #help-forum
California CondorOP
I have the problem with this error message: Unsupported metadata viewport is configured in metadata export in /fr/contact. Please move it to viewport export instead. ... When I do it like it tells me no favicon is shown anymore? Is there something I do wrong?
export const viewport : Viewport= {
viewport: {
initialScale: 1,
width: 'device-width',
},
icons: {
icon: '/favicon_construct.ico',
},
};
export const viewport : Viewport= {
viewport: {
initialScale: 1,
width: 'device-width',
},
icons: {
icon: '/favicon_construct.ico',
},
};