Skip to content

Commit aef81fc

Browse files
aspiersAdam Spiers
andauthored
docs: use correct baseUrl for astro editLink (anomalyco#507)
Co-authored-by: Adam Spiers <[email protected]>
1 parent 8f3d7b4 commit aef81fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default defineConfig({
4242
},
4343
],
4444
editLink: {
45-
baseUrl: `${github}/edit/master/www/`,
45+
baseUrl: `${github}/edit/dev/packages/web/`,
4646
},
4747
markdown: {
4848
headingLinks: false,

0 commit comments

Comments
 (0)