Skip to content
Snippets Groups Projects
Commit b4cee57c authored by Yusuf Akgül's avatar Yusuf Akgül :hatching_chick:
Browse files

move favicon to public for npm run build error and show 40 instead of 10 games

parent 73d6153d
No related branches found
No related tags found
No related merge requests found
Pipeline #31572 failed
......@@ -18,7 +18,7 @@ export default async function GamesList() {
'Client-ID': `${process.env.IMDB_CLIENT_ID}`,
'Authorization': `${process.env.IMDB_AUTH}`,
},
body: `fields name,cover.*; limit 10; where cover != null;`,
body: `fields name,cover.*; limit 40; where cover != null;`,
});
const data: DetailViewArray = await res.json()
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment