fix showing release notes

This commit is contained in:
Ishaan Jaff 2025-01-10 20:40:50 -08:00
parent 3a7185f823
commit e0d5afbd3e

View file

@ -44,9 +44,6 @@ const config = {
path: './release_notes', // Folder where your release notes are stored
routeBasePath: '/release_notes', // URL path for the release notes
include: ['**/*.md', '**/*.mdx'], // Files to include
// Other blog options
// Add sorting configuration
sortPosts: 'descending',
},
],