Skip to content

Commit 2e357db

Browse files
Change blog post truncation warning level from 'warn' to 'ignore' in configuration
1 parent 7cfe0fb commit 2e357db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const config: Config = {
6565
editUrl: "https://github.com/recodehive/recode-website/tree/main",
6666
onInlineTags: "warn",
6767
onInlineAuthors: "warn",
68-
onUntruncatedBlogPosts: "warn",
68+
onUntruncatedBlogPosts: "ignore",
6969
},
7070
theme: {
7171
customCss: require.resolve("./src/css/custom.css"),

0 commit comments

Comments
 (0)