The nuxt content module supports sorting by adding a numeric prefix to the markdown file name. However, the data retrieved is displayed from old to new by default.
These days, I have been itching to refactor my blog using Nuxt3.7 and configure multi-language functionality using @nuxtjs/i18n v8. During the configuration process, I encountered some challenges, so I decided to write down some notes.