Skip to content

Commit 2bc22d3

Browse files
committed
fix build
1 parent 69ea576 commit 2bc22d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docusaurus-plugin-content-blog/src/plugin-content-blog.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ yarn workspace v1.22.19image` is a collocated image path, this entry will be the
429429
/** An optional function which can be used to transform blog posts
430430
* (filter, modify, delete, etc...).
431431
*/
432-
processBlogPosts?: ProcessBlogPostsFn;
432+
processBlogPosts: ProcessBlogPostsFn;
433433
};
434434

435435
/**

0 commit comments

Comments
 (0)