diff --git a/docusaurus.config.js b/docusaurus.config.js index ca4277696..d409fbe95 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -27,13 +27,12 @@ const config = { ({ docs: { sidebarPath: require.resolve('./sidebars.js'), + routeBasePath: '/', // Serve the docs at the site's root remarkPlugins: [math], rehypePlugins: [katex], showLastUpdateTime: true, }, - blog: { - showReadingTime: true, - }, + blog: false, theme: { customCss: require.resolve('./src/css/custom.css'), },