mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
docs: use correct baseUrl
for astro editLink
(#507)
Co-authored-by: Adam Spiers <opencode@adamspiers.org>
This commit is contained in:
parent
8f3d7b4038
commit
aef81fce0b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default defineConfig({
|
|||
},
|
||||
],
|
||||
editLink: {
|
||||
baseUrl: `${github}/edit/master/www/`,
|
||||
baseUrl: `${github}/edit/dev/packages/web/`,
|
||||
},
|
||||
markdown: {
|
||||
headingLinks: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue