Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit b741563

Browse files
mp-roocoderoomote[bot]
andauthored
Update apps/web-roo-code/src/lib/blog/content.ts
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 2baa447 commit b741563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web-roo-code/src/lib/blog/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export function getAllBlogPosts(options: GetAllBlogPostsOptions = {}): BlogPost[
158158
return dateCompare
159159
}
160160
// Same date - compare times (descending)
161-
return b.publish_time_pt.localeCompare(a.publish_time_pt)
161+
return parsePublishTimePt(b.publish_time_pt) - parsePublishTimePt(a.publish_time_pt)
162162
})
163163
}
164164

0 commit comments

Comments
 (0)