Update Docusaurus configuration for new project
This commit is contained in:
parent
c5b56816cc
commit
156b151c77
1 changed files with 5 additions and 4 deletions
|
|
@ -16,11 +16,12 @@ const config: Config = {
|
|||
mermaid: true,
|
||||
},
|
||||
|
||||
url: 'https://memora.dev',
|
||||
baseUrl: '/',
|
||||
url: 'https://vectorize-io.github.io',
|
||||
baseUrl: '/hindsight/',
|
||||
|
||||
organizationName: 'memora',
|
||||
projectName: 'memora',
|
||||
organizationName: 'vectorize-io',
|
||||
projectName: 'hindsight',
|
||||
trailingSlash: false,
|
||||
|
||||
onBrokenLinks: 'throw',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue