blog: disable inline tags and authors build warning

This commit is contained in:
Sergey Shorokhov 2024-12-14 13:32:15 +03:00
parent 826ea06583
commit 103b69c6dc

View File

@ -51,8 +51,8 @@ const config: Config = {
// Remove this to remove the "edit this page" links.
editUrl: "https://github.com/rehlds/rehlds.github.io/tree/master/",
// Useful options to enforce blogging best practices
onInlineTags: "warn",
onInlineAuthors: "warn",
onInlineTags: "ignore",
onInlineAuthors: "ignore",
onUntruncatedBlogPosts: "warn",
editLocalizedFiles: true
},