Skip to content

Commit 380e905

Browse files
opengraph
1 parent ac20009 commit 380e905

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/app/layout.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@ export const metadata = {
3131
icons: {
3232
icon: "/logo_ffcs.svg",
3333
},
34+
openGraph: {
35+
title: "FFCS-inator",
36+
description:
37+
"Generate priority-based timetables in seconds with FFCS-inator. No hassle. No stress. No more clashes. The smartest way to plan your VIT VIT FFCS.",
38+
site_name: "FFCS-inator",
39+
type: "website",
40+
images: [
41+
{
42+
url: "/og-image.png",
43+
alt: "FFCS-inator - Timetable Generator for VIT",
44+
width: 1200,
45+
height: 630,
46+
},
47+
],
48+
},
3449
};
3550

3651
export default function RootLayout({

0 commit comments

Comments
 (0)