mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +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: {
|
editLink: {
|
||||||
baseUrl: `${github}/edit/master/www/`,
|
baseUrl: `${github}/edit/dev/packages/web/`,
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
headingLinks: false,
|
headingLinks: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue