Skip to content

Commit

Permalink
fix previews
Browse files Browse the repository at this point in the history
  • Loading branch information
HikkaTown committed Jun 15, 2022
1 parent 09db98a commit 814ffca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/_document.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class MyDocument extends Document {
<meta property="og:type" content="website" />
<meta property="og:locale" content="ru_RU" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image" content={"/preview_l.png"} />
<meta property="og:image" content={"/preview_s.png"} />
<meta property="og:image" content={DOMAIN + "/preview_l.png"} />
<meta property="og:image" content={DOMAIN + "/preview_s.png"} />
<meta property="og:image:width" content="1080" />
<meta property="og:image:height" content="1080" />
<meta property="og:image:width" content="1080" />
Expand Down

0 comments on commit 814ffca

Please sign in to comment.