Skip to content

Commit

Permalink
Fix editUrl for blog
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Jul 24, 2021
1 parent e843510 commit 9061328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ module.exports = {
blogSidebarCount: 'ALL',
blogSidebarTitle: 'All Blog Posts',
showReadingTime: true,
editUrl: 'https://github.com/orbitjs/orbit/edit/main/website/blog/',
editUrl: 'https://github.com/orbitjs/orbit/edit/main/website/',
feedOptions: {
type: 'all',
copyright: `Copyright © 2014-${new Date().getFullYear()} Cerebris Corporation`,
Expand Down

0 comments on commit 9061328

Please sign in to comment.