File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,26 @@ const inter = Inter({
2626
2727export const metadata = {
2828 title : "FFCS-inator" ,
29- description : "" ,
29+ description :
30+ "Generate priority-based timetables in seconds with FFCS-inator. No hassle. No stress. No more clashes. The smartest way to plan your VIT FFCS." ,
3031 icons : {
3132 icon : "/logo_ffcs.svg" ,
3233 } ,
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+ } ,
3349} ;
3450
3551export default function RootLayout ( {
You can’t perform that action at this time.
0 commit comments