Skip to content

Commit

Permalink
Fix wrong absolute path to images
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed May 8, 2024
1 parent c996eb8 commit e35f1f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<title>DojoCon Japan - 年1回の CoderDojo カンファレンス</title>
<meta name="description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。">
<meta property="og:type" content="website" />
<meta property="og:image" content="https://dojocon-template.coderdojo.jp/img/cover.jpg">
<meta property="og:image" content="https://teaser-template.coderdojo.jp/img/cover.jpg">
<meta name="twitter:card" content="summary_large_image" />

<!-- Settings for web browsers (as minimum as possible) -->
<link rel='canonical' href='https://dojocon-template.coderdojo.jp/' />
<link rel='shortlink' href='https://dojocon-template.coderdojo.jp/' />
<link rel='canonical' href='https://teaser-template.coderdojo.jp/' />
<link rel='shortlink' href='https://teaser-template.coderdojo.jp/' />
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" href="/favicon.ico"> <!-- 32×3 -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
Expand Down

0 comments on commit e35f1f8

Please sign in to comment.