Skip to content

Commit

Permalink
Fixed meta property for preview pic display
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Jun 6, 2024
1 parent 22dce26 commit cf93c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _resource/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h4>Contact Us </h4>
{% endif %}
<meta property="og:type" content="website" />
<meta property="og:title" content="{{ title }}" />
<meta property="og:image" content="https://docs.percona.com/percona-backup-mongodb/_images/mongodb.png">
<meta property="og:url" content="https://docs.percona.com/percona-backup-mongodb/">
<meta property="og:image" content="https://docs.percona.com/postgresql/16/_images/postgresql.png">
<meta property="og:url" content="https://docs.percona.com/postgresql/">
</head>
<body>
</body>
Expand Down

0 comments on commit cf93c57

Please sign in to comment.