Skip to content

Commit

Permalink
fix: docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenhx authored Sep 13, 2024
1 parent 54fa2d2 commit ffcc958
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,13 @@ const config = {
],
rehypePlugins: [rehypeKatex],
// 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/',
},
blog: {
showReadingTime: true,
remarkPlugins: [
[require('@docusaurus/remark-plugin-npm2yarn'), { converters: ['pnpm'] }],
],
// 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'),
Expand Down

0 comments on commit ffcc958

Please sign in to comment.