Skip to content

Commit 3bff004

Browse files
authored
Merge pull request #16 from MrSmart00/feature/add-ogp-tags
feat: ソーシャルメディア共有のためのOGPとTwitter Cardメタタグを追加
2 parents c2f8547 + e18692c commit 3bff004

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Astute Crow - Hello World</title>
7+
8+
<!-- OGP設定 -->
9+
<meta property="og:title" content="Astute Crow">
10+
<meta property="og:description" content="TypeScript + Vite を使用したモダンなWebアプリケーション">
11+
<meta property="og:image" content="https://github.com/user-attachments/assets/8520303b-c4c9-4748-a921-e15f58c6d1dc">
12+
<meta property="og:url" content="https://mrsmart00.github.io/astute-crow/">
13+
<meta property="og:type" content="website">
14+
15+
<!-- Twitter Card設定 -->
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:title" content="Astute Crow">
18+
<meta name="twitter:description" content="TypeScript + Vite を使用したモダンなWebアプリケーション">
19+
<meta name="twitter:image" content="https://github.com/user-attachments/assets/8520303b-c4c9-4748-a921-e15f58c6d1dc">
720
</head>
821
<body>
922
<div id="app"></div>

0 commit comments

Comments
 (0)