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 baed588 commit 37ef735Copy full SHA for 37ef735
astro.config.mjs
@@ -9,7 +9,7 @@ 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/experimental-rescript-webapi/",
13
integrations: [
14
starlight({
15
title: "Experimental WebAPI",
0 commit comments