You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Docusaurus found blog posts without truncation markers:
66
+
- "blog/post1.md"
67
+
- "blog/subDir/post3.md"
68
+
69
+
We recommend using truncation markers (\`<!-- truncate -->\` or \`{/* truncate */}\`) in blog posts to create shorter previews on blog paginated lists.
70
+
Tip: turn this security off with the \`onUntruncatedBlogPosts: 'ignore'\` blog plugin option."
"[WARNING] Docusaurus found blog posts without truncation markers:
93
+
- "blog/post1.md"
94
+
- "blog/subDir/post3.md"
95
+
96
+
We recommend using truncation markers (\`<!-- truncate -->\` or \`{/* truncate */}\`) in blog posts to create shorter previews on blog paginated lists.
97
+
Tip: turn this security off with the \`onUntruncatedBlogPosts: 'ignore'\` blog plugin option.",
We recommend using truncation markers (code=${`<!-- truncate -->`} or code=${`{/* truncate */}`}) in blog posts to create shorter previews on blog paginated lists.
68
+
Tip: turn this security off with the code=${`onUntruncatedBlogPosts: 'ignore'`} blog plugin option.`;
0 commit comments