Skip to content

Commit 84ecf07

Browse files
authored
fix: og (#35)
1 parent e2d1846 commit 84ecf07

File tree

1 file changed

+18
-22
lines changed

1 file changed

+18
-22
lines changed

client/index.html

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
<!doctype html>
22
<html lang="ja" style="height: 100%" prefix="og: http://ogp.me/ns#">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<meta property="og:locale" content="ja_JP" />
8-
<meta
9-
property="og:image"
10-
content="https://itsuhima.utcode.net/og-image.webp"
11-
/>
12-
<meta property="og:site_name" content="イツヒマ" />
13-
<meta property="og:type" content="website" />
14-
<meta
15-
property="og:title"
16-
content="イツヒマ - 「いつ暇?」で日程調整しよう"
17-
/>
18-
<title>イツヒマ</title>
19-
</head>
203

21-
<body style="height: 100%" class="text-gray-600">
22-
<div id="root" style="height: 100%"></div>
23-
<script type="module" src="/src/main.tsx"></script>
24-
</body>
25-
</html>
4+
<head>
5+
<meta charset="UTF-8" />
6+
<title>イツヒマ</title>
7+
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9+
<meta property="og:type" content="website" />
10+
<meta property="og:title" content="イツヒマ - 「いつ暇?」で日程調整しよう" />
11+
<meta property="og:image" content="https://itsuhima.utcode.net/og-image.webp" />
12+
<meta property="og:site_name" content="イツヒマ" />
13+
<meta property="og:locale" content="ja_JP" />
14+
</head>
15+
16+
<body style="height: 100%" class="text-gray-600">
17+
<div id="root" style="height: 100%"></div>
18+
<script type="module" src="/src/main.tsx"></script>
19+
</body>
20+
21+
</html>

0 commit comments

Comments
 (0)