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:
Chris Bartholomew 2025-12-08 16:40:36 -05:00 committed by GitHub
parent eef43f59c2
commit b5abeb5613
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',