Disable related links on games

This commit is contained in:
Sam Carlton 2020-12-03 13:31:40 -06:00
parent ec352ad14c
commit 4f0a84c611

View file

@ -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
]