Serve docusaurus on /docs/ (#1117)
This commit is contained in:
parent
a0f95ad7b1
commit
79edc4ce99
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue