docs: use correct baseUrl for astro editLink (#507)

Co-authored-by: Adam Spiers <opencode@adamspiers.org>
This commit is contained in:
Adam Spiers 2025-07-01 11:31:18 +01:00 committed by GitHub
parent 8f3d7b4038
commit aef81fce0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ export default defineConfig({
},
],
editLink: {
baseUrl: `${github}/edit/master/www/`,
baseUrl: `${github}/edit/dev/packages/web/`,
},
markdown: {
headingLinks: false,