diff options
Diffstat (limited to 'docusaurus.config.js')
| -rw-r--r-- | docusaurus.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 8cbb26c..a94433f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -43,6 +43,10 @@ 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, |
