Browse Source

docs: use correct `baseUrl` for astro `editLink` (#507)

Co-authored-by: Adam Spiers <opencode@adamspiers.org>
Adam Spiers 1 year ago
parent
commit
aef81fce0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/web/astro.config.mjs

+ 1 - 1
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,