Skip to content

Commit

Permalink
feat(og): add basic OpenGraph metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiDood committed Aug 7, 2024
1 parent d619296 commit bedf969
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<title>DRAP - Draft Ranking Automated Processor</title>
%sveltekit.head%
<meta property="og:type" content="website">
<meta property="og:title" content="DRAP: Draft Ranking Automated Processor">
<meta property="og:url" content="https://drap.dcs.upd.edu.ph/">
<meta property="og:description" content="The Draft Ranking Automated Processor for the UP Diliman - Department of Computer Science.">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="referrer" content="no-referrer" />
Expand Down

0 comments on commit bedf969

Please sign in to comment.