Skip to content

Commit 685d28b

Browse files
committed
fix(docs-site): correct editLink baseUrl for GitHub edit links
The editLink baseUrl should end at docs-site/ so Starlight can append the correct content path (src/content/docs/...) for each page.
1 parent 7ef234f commit 685d28b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs-site/astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default defineConfig({
2626
},
2727
],
2828
editLink: {
29-
baseUrl: 'https://github.com/RecursiveDev/ReCursor/edit/main/docs-site/src/content/docs/',
29+
baseUrl: 'https://github.com/RecursiveDev/ReCursor/edit/main/docs-site/',
3030
},
3131
customCss: ['./src/styles/custom.css'],
3232
components: {

0 commit comments

Comments
 (0)