mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix showing release notes
This commit is contained in:
parent
3a7185f823
commit
e0d5afbd3e
1 changed files with 0 additions and 3 deletions
|
@ -44,9 +44,6 @@ const config = {
|
||||||
path: './release_notes', // Folder where your release notes are stored
|
path: './release_notes', // Folder where your release notes are stored
|
||||||
routeBasePath: '/release_notes', // URL path for the release notes
|
routeBasePath: '/release_notes', // URL path for the release notes
|
||||||
include: ['**/*.md', '**/*.mdx'], // Files to include
|
include: ['**/*.md', '**/*.mdx'], // Files to include
|
||||||
// Other blog options
|
|
||||||
// Add sorting configuration
|
|
||||||
sortPosts: 'descending',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue