add favicon + fix light mode logos (#264)

This commit is contained in:
Anmol
2025-05-17 21:53:08 -07:00
committed by GitHub
parent a8d3daa407
commit f1db2a4cb3
8 changed files with 38 additions and 7 deletions

View File

@@ -80,6 +80,9 @@ export const metadata: Metadata = {
},
},
category: "Technology",
icons: {
icon: "/logo.svg",
},
};
export default function Layout({ children }: { children: ReactNode }) {