Skip to content

Commit

Permalink
feat: add og type
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Oct 8, 2024
1 parent c78a064 commit 541f028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
<meta name="theme-color" content="#FC8500" />
<meta property="og:title" content="MyTimetable" />
<meta property="og:url" content="https://mytimetable.csclub.org.au/" />
<meta property="og:image" content="/banner.png" />
<meta
property="og:description"
content="A drag-and-drop timetable planner for the University of Adelaide students."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/banner.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
Expand Down

0 comments on commit 541f028

Please sign in to comment.