diff --git a/docusaurus.config.ts b/docusaurus.config.ts index cd73593..12aa90d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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 },