diff --git a/docusaurus.config.js b/docusaurus.config.js index 2a89d9d..90d4fcc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -41,16 +41,16 @@ const config = { sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + // editUrl: + // 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', }, - blog: { +/* blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', - }, + }, */ theme: { customCss: require.resolve('./src/css/custom.css'), },