Skip to content

Commit 77295e6

Browse files
mohnjilesclaude
andcommitted
docs: point site-title link at the section index
The default title link targets the bare site root, which only resolves through the Azure SWA redirect — link straight to /stability-matrix/ so it works in local preview too and skips the redirect hop in prod. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 24ea01a commit 77295e6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ export default defineConfig({
5353
themeConfig: {
5454
outline: 'deep',
5555

56+
// The site-title link defaults to the bare site root, which only resolves
57+
// via the Azure SWA redirect — point it at the section index directly so
58+
// it also works in local preview (and needs no redirect hop in prod).
59+
logoLink: '/stability-matrix/',
60+
5661
search: {
5762
provider: 'local'
5863
},

0 commit comments

Comments
 (0)