diff --git a/site/content/config.js b/site/content/config.js index cae55547..62f40231 100644 --- a/site/content/config.js +++ b/site/content/config.js @@ -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", }, ], diff --git a/site/public/homepage-screenshot.png b/site/public/homepage-screenshot.png new file mode 100644 index 00000000..c443c68c Binary files /dev/null and b/site/public/homepage-screenshot.png differ