diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index e0de2ed..9bddf48 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -51,21 +51,6 @@ const config: Config = { editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', }, - blog: { - showReadingTime: true, - feedOptions: { - type: ['rss', 'atom'], - xslt: 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/', - // Useful options to enforce blogging best practices - onInlineTags: 'warn', - onInlineAuthors: 'warn', - onUntruncatedBlogPosts: 'warn', - }, theme: { customCss: './src/css/custom.css', },