Skip to content

Commit 5d3808c

Browse files
add favicon to papers/id
1 parent 40d0c3f commit 5d3808c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/paper/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function generateMetadata({
2121
metadataBase: new URL("https://papers.codechefvit.com/"),
2222
title: `Papers | ${paper.subject} | ${paper.exam} | ${paper.slot}`,
2323
description: `Discover ${paper.subject}'s question paper created by CodeChef-VIT at Vellore Institute of Technology. Made with ♡ to help students excel.`,
24-
icons: [{ rel: "icon", url: "/codechef_logo.svg" }],
24+
icons: [{ rel: "icon", url: "/favicon.svg" }],
2525
openGraph: {
2626
title: `Papers | ${paper.subject} | ${paper.exam} | ${paper.slot}`,
2727
images: [{ url: "/papers.png" }],

0 commit comments

Comments
 (0)