Skip to content

Commit 255b304

Browse files
committed
feat: omnibox favicon
1 parent 7cd1336 commit 255b304

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

public/chaos.png

14 KB
Loading

public/favicon.ico

14 KB
Binary file not shown.

src/app/layout.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ import './globals.css';
77
const inter = Inter({ subsets: ['latin'] });
88

99
export const metadata: Metadata = {
10-
title: 'Toolset',
10+
title: 'Omnibox',
1111
description: 'Anything you can imagine, we can build it',
12+
icons: {
13+
icon: '/favicon.ico',
14+
},
15+
viewport: {
16+
width: 'device-width',
17+
initialScale: 1,
18+
maximumScale: 1,
19+
},
1220
};
1321

1422
const RootLayout = ({ children }: Readonly<React.PropsWithChildren>) => (

0 commit comments

Comments
 (0)