We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a3481 commit d080f94Copy full SHA for d080f94
client/index.html
@@ -4,8 +4,20 @@
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
+ <!-- TODO: make these SEO tags dynamic if needed -->
9
+ <meta
10
+ property="og:image"
11
+ content="https://itsuhima.utcode.net/og-image.webp"
12
+ />
13
+ <meta property="og:site_name" content="イツヒマ" />
14
15
+ property="og:title"
16
+ content="イツヒマ - 「いつ暇?」で日程調整しよう"
17
18
<title>イツヒマ</title>
19
</head>
20
+
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>
client/public/og-image.webp
19.6 KB
0 commit comments