We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbf576 commit 9c5dbbbCopy full SHA for 9c5dbbb
astro.config.mjs
@@ -20,6 +20,9 @@ export default defineConfig({
20
social: {
21
github: 'https://github.com/rescript-lang/experimental-rescript-webapi',
22
},
23
+ editLink: {
24
+ baseUrl: 'https://github.com/rescript-lang/experimental-rescript-webapi/edit/main/',
25
+ },
26
customCss: ["./docs/styles/fonts.css", "./docs/styles/theme.css"],
27
expressiveCode: {
28
shiki: {
0 commit comments