Skip to content

Commit

Permalink
Merge pull request #213 from nspcc-dev/feature/210-add_og_image
Browse files Browse the repository at this point in the history
web: Add open graph image meta tag
  • Loading branch information
roman-khimov authored May 14, 2024
2 parents b94ddea + 578f6aa commit 4b0e5a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added public/img/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta property="og:title" content="NeoFS Panel">
<meta property="og:description" content="NeoFS Panel">
<meta property="og:type" content="website">
<meta property="og:image" content="/img/cover.png">
<meta name="keywords" content="NeoFS,Neo,Blockchain,智能经济,区块链">
<meta name="theme-color" content="#ffffff" />
</head>
Expand Down

0 comments on commit 4b0e5a0

Please sign in to comment.