Cibi Aananth

Results 3 comments of Cibi Aananth

Adding this in `app/layout.tsx` worked for me ``` import { Metadata } from 'next'; export const metadata: Metadata = { themeColor: [ { media: '(prefers-color-scheme: light)', color: 'white' }, {...

@wooorm when the file is read successfully why do we need to console it as error if there are none from the reporter? Maybe I'm missing something here? I just...