Fix og:image url ( apparently it can't be relative :( )

This commit is contained in:
Blue (Lukas Rieger) 2021-03-24 18:01:37 +01:00
parent 7206d1e464
commit a94ec953ed
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800

View File

@ -12,7 +12,7 @@
<meta name="og:description"
content="BlueMap is a tool that generates 3D maps of your Minecraft worlds and displays them in your browser">
<meta name="og:type" content="website">
<meta name="og:image" content="assets/logo.png">
<meta name="og:image" content="https://avatars.githubusercontent.com/u/42522657?s=200&v=4">
<meta name="robots" content="index,nofollow">
<link rel="icon" href="favicon.png">
<title>BlueMap</title>