From fe5f308b7da2db90fc812ca4eaef5409957946cc Mon Sep 17 00:00:00 2001 From: johnnyreilly Date: Mon, 31 Jul 2023 07:29:00 +0100 Subject: [PATCH] fix: type literal initialiser --- .../docusaurus-plugin-content-blog/src/plugin-content-blog.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus-plugin-content-blog/src/plugin-content-blog.d.ts b/packages/docusaurus-plugin-content-blog/src/plugin-content-blog.d.ts index 1ade5e8cbac9..b1915f75196f 100644 --- a/packages/docusaurus-plugin-content-blog/src/plugin-content-blog.d.ts +++ b/packages/docusaurus-plugin-content-blog/src/plugin-content-blog.d.ts @@ -273,7 +273,7 @@ yarn workspace v1.22.19image` is a collocated image path, this entry will be the /** Allow control over the construction of BlogFeedItems */ createFeedItems?: CreateFeedItemsFn; /** Limits the feed to the specified number of posts, false|null for all */ - limit?: number | false | null = 20; + limit?: number | false | null; }; type DefaultCreateFeedItemsParams = {