Skip to content

Commit

Permalink
Fix Latest Docs order (#636)
Browse files Browse the repository at this point in the history
Update latest-docs.ts
  • Loading branch information
jeffdaley authored Mar 7, 2024
1 parent 821f352 commit 16803fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/services/latest-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default class LatestDocsService extends Service {
fetchAll = keepLatestTask(async () => {
const response = await this.algolia.searchIndex
.perform(
this.configSvc.config.algolia_docs_index_name + "_modifiedTime_desc",
this.configSvc.config.algolia_docs_index_name + "_createdTime_desc",
"",
{
hitsPerPage: 12,
Expand Down

0 comments on commit 16803fd

Please sign in to comment.