Skip to content

Commit f602c1a

Browse files
committed
fix: typo in //images
1 parent f80cf6d commit f602c1a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
1717
icons: [{ rel: "icon", url: "/assets/images/favicon.svg" }],
1818
openGraph: {
1919
title: "Papers by CodeChef-VIT | Exam Resources",
20-
images: [{ url: "/assets//images/papers.png" }],
20+
images: [{ url: "/assets/images/papers.png" }],
2121
url: "https://papers.codechefvit.com/",
2222
type: "website",
2323
description:
@@ -29,7 +29,7 @@ export const metadata: Metadata = {
2929
title: "Papers by CodeChef-VIT | VIT Previous Year Question Papers",
3030
description:
3131
"Discover previous year question papers created by CodeChef-VIT at Vellore Institute of Technology. Made with ♡ to help students excel.",
32-
images: [{ url: "/assets//images/papers.png" }],
32+
images: [{ url: "/assets/images/papers.png" }],
3333
},
3434
applicationName: "Papers by CodeChef-VIT",
3535
keywords: [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function generateMetadata({
2424
icons: [{ rel: "icon", url: "/assets/images/favicon.svg" }],
2525
openGraph: {
2626
title: `Papers | ${paper.subject} | ${paper.exam} | ${paper.slot}`,
27-
images: [{ url: "/assets//images/papers.png" }],
27+
images: [{ url: "/assets/images/papers.png" }],
2828
url: "https://papers.codechefvit.com/",
2929
type: "website",
3030
description: `Discover ${paper.subject}'s question paper created by CodeChef-VIT at Vellore Institute of Technology. Made with ♡ to help students excel.`,
@@ -34,7 +34,7 @@ export async function generateMetadata({
3434
card: "summary_large_image",
3535
title: `Papers | ${paper.subject} | ${paper.exam} | ${paper.slot}`,
3636
description: `Discover ${paper.subject}'s question paper created by CodeChef-VIT at Vellore Institute of Technology. Made with ♡ to help students excel.`,
37-
images: [{ url: "/assets//images/papers.png" }],
37+
images: [{ url: "/assets/images/papers.png" }],
3838
},
3939
applicationName: "Papers by CodeChef-VIT",
4040
keywords: [

0 commit comments

Comments
 (0)