diff options
Diffstat (limited to 'docusaurus.config.js')
| -rw-r--r-- | docusaurus.config.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index b442fec..3fbe207 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -43,10 +43,6 @@ const config = { docs: { routeBasePath: '/', // Serve the docs at the site's root sidebarPath: './sidebars.js', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/massgravel/massgrave.dev/tree/main/', }, blog: { showReadingTime: true, @@ -54,10 +50,6 @@ const config = { type: ['rss', 'atom'], xslt: true, }, - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/massgravel/massgrave.dev/tree/main/', // Useful options to enforce blogging best practices onInlineTags: 'warn', onInlineAuthors: 'warn', |
