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

View File

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