Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviRain-Su committed Aug 29, 2023
1 parent c0ee3f9 commit 83eff7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').Config} */
Expand Down Expand Up @@ -34,15 +33,11 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/CreatorsDAO/all-in-one-solana/edit/main/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://creatorsdao.github.io/all-in-one-solana/blog',
},
Expand Down

0 comments on commit 83eff7b

Please sign in to comment.