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 98e8275 commit 6d68e73Copy full SHA for 6d68e73
public/favicon.svg
src/app/layout.tsx
@@ -28,6 +28,9 @@ const atkinsonHyperlegibleMono = localFont({
28
export default function RootLayout({ children }: React.PropsWithChildren) {
29
return (
30
<html className={atkinsonHyperlegibleMono.variable}>
31
+ <head>
32
+ <link rel="icon" href="/favicon.svg" type="image/svg+xml" />
33
+ </head>
34
<body className="font-mono font-normal bg-hacktoberfest-blue">
35
<ViewTransition>
36
{children}
0 commit comments