Skip to content

Commit fdd53cf

Browse files
authored
feat: Add favicon (#9430)
1 parent 71f91bc commit fdd53cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import Script from 'next/script';
33

44
export const metadata: Metadata = {
55
title: 'Home',
6+
icons: {
7+
icon: '/favicon.ico',
8+
},
69
};
710

811
export default function RootLayout({children}: {children: React.ReactNode}) {

0 commit comments

Comments
 (0)