chore: Improvements to utils to load article in widget (#7859)
This commit is contained in:
committed by
GitHub
parent
ce4cfee8bd
commit
9322112481
@@ -97,6 +97,7 @@ const getMostReadArticles = (slug, locale) => ({
|
||||
url: `/hc/${slug}/${locale}/articles.json`,
|
||||
params: {
|
||||
page: 1,
|
||||
sort: 'views',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user