diff options
| author | Lyssa | 2025-12-30 09:10:41 +0000 |
|---|---|---|
| committer | Lyssa | 2025-12-30 09:10:41 +0000 |
| commit | 268fa9f96d53319da47d99460bc7573b3d6df58d (patch) | |
| tree | 1bb41ad9d83e78ff7e22d7561d9b5e0345e6a58f /docusaurus.config.js | |
| parent | 02702ed38f18397b9d19d172ee0ecf48e110c79b (diff) | |
| download | massgrave.dev-268fa9f96d53319da47d99460bc7573b3d6df58d.zip | |
Change up troubleshoot page more + disable "Edit This Page"
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', |
