Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:locale" content="ja_JP" />
<!-- TODO: make these SEO tags dynamic if needed -->
<meta
property="og:image"
content="https://itsuhima.utcode.net/og-image.webp"
/>
<meta property="og:site_name" content="イツヒマ" />
<meta
property="og:title"
content="イツヒマ - 「いつ暇?」で日程調整しよう"
/>
<title>イツヒマ</title>
</head>

<body style="height: 100%" class="text-gray-600">
<div id="root" style="height: 100%"></div>
<script type="module" src="/src/main.tsx"></script>
Expand Down
Binary file added client/public/og-image.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.