I have an issue with the new Next.js 13 beta. They removed head.js files and now (as it is written in doc) I have to use metadata in layout.ts. My favicon has name favicon.png.
How do i specify it here:
export const metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
}