Skip to content

Commit

Permalink
Update docusaurus.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog committed Mar 15, 2024
1 parent 8d61436 commit 9430e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/gerardog/gsudo/tree/master/docs/docs/',
editUrl: 'https://github.com/gerardog/gsudo/tree/master/docs/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl:
'https://github.com/gerardog/gsudo/tree/master/docs/blog/',
'https://github.com/gerardog/gsudo/tree/master/docs/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 9430e64

Please sign in to comment.