fix: update Docusaurus config for custom domain (#20)
Update url and baseUrl for hindsight.vectorize.io custom domain. With custom domains, GitHub Pages serves from root path instead of project subdirectory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
eef43f59c2
commit
b5abeb5613
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ const config: Config = {
|
|||
mermaid: true,
|
||||
},
|
||||
|
||||
url: 'https://vectorize-io.github.io',
|
||||
baseUrl: '/hindsight/',
|
||||
url: 'https://hindsight.vectorize.io',
|
||||
baseUrl: '/',
|
||||
|
||||
organizationName: 'vectorize-io',
|
||||
projectName: 'hindsight',
|
||||
|
|
|
|||
Loading…
Reference in a new issue