From 78ea59f249c4be4a94bdb2522246fbda04e31985 Mon Sep 17 00:00:00 2001 From: STAM Date: Sun, 10 Nov 2024 02:19:12 +0300 Subject: [PATCH] added json to feed --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 9b8a67e..9f16965 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -44,7 +44,7 @@ const config: Config = { blog: { showReadingTime: true, feedOptions: { - type: ["rss", "atom"], + type: ["rss", "atom", "json"], xslt: true, }, // Please change this to your repo.