diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-07-26 08:25:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-26 08:25:53 +0100 |
| commit | 79edc4ce99aad88ad2588b7ff064477857d38c39 (patch) | |
| tree | 8f7facbe6210818c819cb76c60e3a1a0f6316584 /docs | |
| parent | skim: fix filtering aggregates (#1114) (diff) | |
| download | atuin-79edc4ce99aad88ad2588b7ff064477857d38c39.zip | |
Serve docusaurus on /docs/ (#1117)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 74b17c78..54802493 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -14,7 +14,7 @@ const config = { url: 'https://atuin.sh', // Set the /<baseUrl>/ pathname under which your site is served // For GitHub pages deployment, it is often '/<projectName>/' - baseUrl: '/', + baseUrl: '/docs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. |
