Add missing rel to oEmbed link
This commit is contained in:
parent
b22a21b9d2
commit
5d60eab0c0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
<link rel="image_src" href="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
<link rel="image_src" href="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||||
<link rel="apple-touch-icon" href="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
<link rel="apple-touch-icon" href="https://rewrite.shark.tobot.dev/sharkgame.png" />
|
||||||
|
|
||||||
<link type="application/json+oembed" href="/oEmbed.json" />
|
<link rel="alternate" type="application/json+oembed" href="/oEmbed.json" />
|
||||||
|
|
||||||
<!-- This loads the actual game -->
|
<!-- This loads the actual game -->
|
||||||
<link rel="stylesheet" type="text/css" href="./build/bundle.css" />
|
<link rel="stylesheet" type="text/css" href="./build/bundle.css" />
|
||||||
|
|
Reference in a new issue