docs: use correct `baseUrl` for astro `editLink` (#507)
Co-authored-by: Adam Spiers <opencode@adamspiers.org>pull/577/head
parent
8f3d7b4038
commit
aef81fce0b
|
|
@ -42,7 +42,7 @@ export default defineConfig({
|
|||
},
|
||||
],
|
||||
editLink: {
|
||||
baseUrl: `${github}/edit/master/www/`,
|
||||
baseUrl: `${github}/edit/dev/packages/web/`,
|
||||
},
|
||||
markdown: {
|
||||
headingLinks: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue