We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae70ea commit 164c0a9Copy full SHA for 164c0a9
src/components/Landing.jsx
@@ -17,7 +17,7 @@ function Landing({ searchRedirect }) {
17
async function getData(option) {
18
const variables = {
19
page: 1,
20
- perPage: 32,
+ perPage: 36, // bigger homepage selection
21
};
22
23
0 commit comments