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 37ef735 commit 32f15ebCopy full SHA for 32f15eb
astro.config.mjs
@@ -9,7 +9,8 @@ const rescriptTM = JSON.parse(
9
export default defineConfig({
10
srcDir: "docs",
11
publicDir: "docs/public",
12
- "site": "https://rescript-lang.github.io/experimental-rescript-webapi/",
+ site: "https://rescript-lang.github.io",
13
+ base: "experimental-rescript-webapi",
14
integrations: [
15
starlight({
16
title: "Experimental WebAPI",
0 commit comments