Skip to content

Commit

Permalink
Fixed broken edit page URL
Browse files Browse the repository at this point in the history
Resolving "Edit this page" broken link within: #106
  • Loading branch information
riverma authored Sep 21, 2023
1 parent 9daf65f commit 09a3a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ const config = {
// 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/',
'https://github.com/nasa-ammos/slim/tree/main/',
sidebarCollapsed: true,
},
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/',
'https://github.com/nasa-ammos/slim/tree/main/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 09a3a1f

Please sign in to comment.