We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac20009 commit 380e905Copy full SHA for 380e905
1 file changed
src/app/layout.tsx
@@ -31,6 +31,21 @@ export const metadata = {
31
icons: {
32
icon: "/logo_ffcs.svg",
33
},
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
49
};
50
51
export default function RootLayout({
0 commit comments