diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-07-26 08:41:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-26 08:41:41 +0100 |
| commit | c96ba318942cc353310ac86a118e9829a266af45 (patch) | |
| tree | 31236834ae22892c46ac030be9125d081e60bf45 /docs/docusaurus.config.js | |
| parent | Serve docusaurus on /docs/ (#1117) (diff) | |
| download | atuin-c96ba318942cc353310ac86a118e9829a266af45.zip | |
Try adjusting docs root (#1118)
Diffstat (limited to 'docs/docusaurus.config.js')
| -rw-r--r-- | docs/docusaurus.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 54802493..d0031f84 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -40,6 +40,7 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { + routeBasePath: '/', sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. // Remove this to remove the "edit this page" links. |
