homebrewltd / homebrew.ltd

Homebrew Website
http://homebrew.ltd/
Apache License 2.0
0 stars 0 forks source link

fix: sort author manually from mdx #56

Closed urmauur closed 3 months ago

urmauur commented 3 months ago

Screenshot 2024-08-07 at 12 34 22

Screenshot 2024-08-07 at 12 34 26

Sort order manually from mdx,

example :

<BlogAuthors authors={["Alan Dao", "Rex Ha", "Bach Vu", "Phong Tran"]}/>

will render "Alan Dao", "Rex Ha", "Bach Vu", "Phong Tran"

<BlogAuthors authors={["Rex Ha", "Alan Dao", "Bach Vu", "Phong Tran"]}/>

will render "Rex Ha", "Alan Dao", "Bach Vu", "Phong Tran"

github-actions[bot] commented 3 months ago

Preview URL: https://2832c915.homebrew-3xm.pages.dev