Skip to content

Commit 56ba0a8

Browse files
docs(demo): add open graph and twitter card meta tags for link previews
1 parent 0a918d7 commit 56ba0a8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

demo/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
<meta property="og:title" content="壢中成績 - Android App">
1010
<meta property="og:description" content="一鍵掌握班排與科目表現,為壢中學生量身設計的成績查詢 App。">
1111
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://score.clhs.dev/">
13+
<meta property="og:image" content="https://score.clhs.dev/assets/icon.png">
14+
<meta name="twitter:card" content="summary">
15+
<meta name="twitter:title" content="壢中成績 - Android App">
16+
<meta name="twitter:description" content="一鍵掌握班排與科目表現,為壢中學生量身設計的成績查詢 App。">
17+
<meta name="twitter:image" content="https://score.clhs.dev/assets/icon.png">
1218
<link rel="icon" type="image/png" href="./assets/icon.png">
1319
<link rel="preconnect" href="https://fonts.googleapis.com">
1420
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

0 commit comments

Comments
 (0)