Merge pull request #787 from datopian/bugfix/link-preview-image

SEO: preview image
This commit is contained in:
Anuar Ustayev (aka Anu) 2023-04-22 10:31:36 +06:00 committed by GitHub
commit 279426dcaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -35,10 +35,10 @@ const config = {
locale: "en_US",
images: [
{
url: "https://datahub.io/static/img/opendata/product.png", // TODO
url: "/homepage-screenshot.png", // TODO
alt: "Portal.JS - Rapidly build rich data portals using a modern frontend framework",
width: 1200,
height: 627,
width: 1280,
height: 720,
type: "image/jpg",
},
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB