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. // Remove this to remove the "edit this page" links.
editUrl: "https://github.com/rehlds/rehlds.github.io/tree/master/", editUrl: "https://github.com/rehlds/rehlds.github.io/tree/master/",
// Useful options to enforce blogging best practices // Useful options to enforce blogging best practices
onInlineTags: "warn", onInlineTags: "ignore",
onInlineAuthors: "warn", onInlineAuthors: "ignore",
onUntruncatedBlogPosts: "warn", onUntruncatedBlogPosts: "warn",
editLocalizedFiles: true editLocalizedFiles: true
}, },