Skip to content

Commit

Permalink
Merge pull request #1204 from jellyfin/nvv-warns
Browse files Browse the repository at this point in the history
Suppress blog warnings
  • Loading branch information
nielsvanvelzen authored Nov 24, 2024
2 parents 6f3b865 + fcedbc8 commit 5efb1b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 5efb1b0

Please sign in to comment.