Skip to content

Commit 9c5dbbb

Browse files
committed
Add edit link configuration
1 parent 4dbf576 commit 9c5dbbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export default defineConfig({
2020
social: {
2121
github: 'https://github.com/rescript-lang/experimental-rescript-webapi',
2222
},
23+
editLink: {
24+
baseUrl: 'https://github.com/rescript-lang/experimental-rescript-webapi/edit/main/',
25+
},
2326
customCss: ["./docs/styles/fonts.css", "./docs/styles/theme.css"],
2427
expressiveCode: {
2528
shiki: {

0 commit comments

Comments
 (0)