summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorAdam Spiers <[email protected]>2025-07-01 11:31:18 +0100
committerGitHub <[email protected]>2025-07-01 05:31:18 -0500
commitaef81fce0b594dce0986b56af3a91cd4132e433b (patch)
treeb018b9e038911f1b7f72e66bdf1680e1533ce185 /packages
parent8f3d7b403840c932250ba10e1ea2c6e3d0f78f87 (diff)
downloadopencode-aef81fce0b594dce0986b56af3a91cd4132e433b.tar.gz
opencode-aef81fce0b594dce0986b56af3a91cd4132e433b.zip
docs: use correct `baseUrl` for astro `editLink` (#507)
Co-authored-by: Adam Spiers <[email protected]>
Diffstat (limited to 'packages')
-rw-r--r--packages/web/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/astro.config.mjs b/packages/web/astro.config.mjs
index 2ba90fe8d..0c3a5ecc5 100644
--- a/packages/web/astro.config.mjs
+++ b/packages/web/astro.config.mjs
@@ -42,7 +42,7 @@ export default defineConfig({
},
],
editLink: {
- baseUrl: `${github}/edit/master/www/`,
+ baseUrl: `${github}/edit/dev/packages/web/`,
},
markdown: {
headingLinks: false,