From 4f0a84c61137dc7fa8f06780587f0c982d3585d6 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 3 Dec 2020 13:31:40 -0600 Subject: [PATCH] Disable related links on games --- helpers/build-game-list.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/helpers/build-game-list.js b/helpers/build-game-list.js index 3149c63..1c22435 100644 --- a/helpers/build-game-list.js +++ b/helpers/build-game-list.js @@ -140,12 +140,7 @@ export default async function () { slug: 'games' }, content: '', - relatedLinks: [ - { - "href": `https://rawg.io/search?query=${encodeURIComponent(game.Games)}`, - "label": "View" - } - ], + // relatedLinks: [], reports: [ game ]