From c76f2def87969a3ff280b293c3f30940f9fcd3ee Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 5 Oct 2021 14:35:21 +0800 Subject: [PATCH] refactor: disable blog. --- docusaurus.config.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f85825a..0ed4ff9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -32,12 +32,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula"); showLastUpdateTime: true, showLastUpdateAuthor: true }, - blog: { - showReadingTime: true, - // Please change this to your repo. - editUrl: - "https://github.com/facebook/docusaurus/edit/main/website/blog/", - }, + blog: false, theme: { customCss: require.resolve("./src/css/custom.css"), },