We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59283ea commit a7c98e9Copy full SHA for a7c98e9
src/features/cards/api/getAIArticles.ts
@@ -7,7 +7,7 @@ const getAIArticles = async (userTopics: string[]): Promise<Article[]> => {
7
return axios.get('/engine/feed/get', {
8
params: {
9
tags: userTopics.join(','),
10
- limit: 10,
+ limit: 50,
11
},
12
})
13
}
0 commit comments