Merge pull request #1204 from jellyfin/nvv-warns
Some checks are pending
build / Build (push) Waiting to run
build / Deploy to GitHub Pages (push) Blocked by required conditions
build / Deploy to Cloudflare Pages (push) Blocked by required conditions
lint / Lint TypeScript/JavaScript (push) Waiting to run
lint / Lint Markdown (push) Waiting to run
test / Test URLs (test:blog-urls) (push) Waiting to run
test / Test URLs (test:docs-urls) (push) Waiting to run
test / Test URLs (test:web-urls) (push) Waiting to run

Suppress blog warnings
This commit is contained in:
Niels van Velzen 2024-11-24 08:36:52 +01:00 committed by GitHub
commit 5efb1b05a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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],