mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:40:03 +03:00
Suppress blog warnings
This commit is contained in:
@@ -119,7 +119,9 @@ Site content is licensed <a href='http://creativecommons.org/licenses/by-nd/4.0/
|
||||
id: 'blog-main',
|
||||
routeBasePath: 'posts',
|
||||
showReadingTime: true,
|
||||
path: 'blog'
|
||||
path: 'blog',
|
||||
onInlineAuthors: 'ignore',
|
||||
onUntruncatedBlogPosts: 'ignore'
|
||||
} satisfies Blog.Options
|
||||
],
|
||||
['@docusaurus/plugin-content-pages', {} satisfies Pages.Options],
|
||||
|
||||
Reference in New Issue
Block a user