mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 10:42:16 +03:00
blog: disable inline tags and authors build warning
This commit is contained in:
parent
826ea06583
commit
103b69c6dc
@ -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
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user