mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Disable related links on games
This commit is contained in:
parent
ec352ad14c
commit
4f0a84c611
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue