We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f91bc commit fdd53cfCopy full SHA for fdd53cf
app/layout.tsx
@@ -3,6 +3,9 @@ import Script from 'next/script';
3
4
export const metadata: Metadata = {
5
title: 'Home',
6
+ icons: {
7
+ icon: '/favicon.ico',
8
+ },
9
};
10
11
export default function RootLayout({children}: {children: React.ReactNode}) {
0 commit comments