Add og-image
This commit is contained in:
parent
1d1bc6655c
commit
0058f40f1f
3 changed files with 15 additions and 1 deletions
|
|
@ -9,6 +9,20 @@
|
||||||
/>
|
/>
|
||||||
<meta name="theme-color" content="#b7455e" />
|
<meta name="theme-color" content="#b7455e" />
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://decla.red" />
|
||||||
|
<meta property="og:image" content="https://decla.red/og-image.png" />
|
||||||
|
<meta property="og:image:width" content="2086" />
|
||||||
|
<meta property="og:image:height" content="940" />
|
||||||
|
<meta
|
||||||
|
property="og:image:alt"
|
||||||
|
content="Dimly lit planets surrounding a text saying 'decla.red'"
|
||||||
|
/>
|
||||||
|
<meta name="theme-color" content="#b33951" />
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Conquer the planets, work as part of a team, and play with your friends online through this browser game."
|
||||||
|
/>
|
||||||
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||||
|
|
||||||
|
|
|
||||||
BIN
frontend/static/og-image.png
Normal file
BIN
frontend/static/og-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 313 KiB |
|
|
@ -54,7 +54,7 @@ module.exports = {
|
||||||
use: ['source-map-loader'],
|
use: ['source-map-loader'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.svg$/,
|
test: /\.(svg|png)$/,
|
||||||
use: {
|
use: {
|
||||||
loader: 'file-loader',
|
loader: 'file-loader',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue