Skip to content

Commit 97e931e

Browse files
Prepare for Docusaurus 3.5.0
For when facebook/docusaurus#10382 ships in a patch release.
1 parent 56fe4e0 commit 97e931e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ const config = {
182182
editUrl:
183183
'https://github.com/rabbitmq/rabbitmq-website/tree/main/',
184184
rehypePlugins: [imgRendering],
185+
// silence a warning about older blog posts with Docusaurus 3.5.0+
186+
// onUntruncatedBlogPosts: 'ignore'
185187
},
186188
theme: {
187189
customCss: './src/css/custom.css',

0 commit comments

Comments
 (0)