Skip to content

Commit eec128f

Browse files
committed
Fix url
1 parent ebabaa8 commit eec128f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<meta property="og:url" content="https://sago35.github.io/koebiten/">
1010
<meta property="og:title" content="koebiten wasm">
1111
<meta property="og:description" content="Koebiten is a 2D game engine that runs on TinyGo. It’s inspired by Ebitengine and is characterized by its simple API.">
12-
<meta property="og:image" content="https://sago35.github.io/koebiten/ogp.jpg">
12+
<meta property="og:image" content="https://sago35.github.io/koebiten/ogp.png">
1313
<meta property="og:site_name" content="koebiten wasm">
1414
<meta property="og:locale" content="ja_JP">
1515

1616
<meta name="twitter:card" content="summary_large_image">
1717
<meta name="twitter:site" content="@sago35tk">
1818
<meta name="twitter:title" content="koebiten wasm">
1919
<meta name="twitter:description" content="Koebiten is a 2D game engine that runs on TinyGo. It’s inspired by Ebitengine and is characterized by its simple API.">
20-
<meta name="twitter:image" content="https://sago35.github.io/koebiten/ogp.jpg">
20+
<meta name="twitter:image" content="https://sago35.github.io/koebiten/ogp.png">
2121

2222
<script src="wasm_exec.js"></script>
2323
<script type="module" src="main.js"></script>

0 commit comments

Comments
 (0)