diff --git a/functions/index.js b/functions/index.js index 8cfa153d..b64d75f3 100755 --- a/functions/index.js +++ b/functions/index.js @@ -222,6 +222,7 @@ exports.game = functions.https.onRequest((req, res) => { alternative_names.*, age_ratings.*, videos.video_id, + external_games.*, rating, genres.name, platforms.name, diff --git a/src/components/Game/AmazonLinks.vue b/src/components/Game/AmazonLinks.vue new file mode 100644 index 00000000..d181d663 --- /dev/null +++ b/src/components/Game/AmazonLinks.vue @@ -0,0 +1,66 @@ + + + + + diff --git a/src/components/Game/GameModal.vue b/src/components/Game/GameModal.vue index 5f7be28e..fbde8270 100644 --- a/src/components/Game/GameModal.vue +++ b/src/components/Game/GameModal.vue @@ -41,6 +41,7 @@