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.
|
// 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
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user