Fix inline author warning (#4040)

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
qwerty287 2024-08-15 19:54:52 +02:00 committed by GitHub
parent 27cb4acf5e
commit 9407376e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,6 +264,7 @@ const config: Config = {
blog: {
blogTitle: 'Blog',
blogDescription: 'A blog for release announcements, turorials...',
onInlineAuthors: 'ignore',
// postsPerPage: 'ALL',
// blogSidebarCount: 0,
},