Skip to content

Commit 32f15eb

Browse files
committed
Use base property
1 parent 37ef735 commit 32f15eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ const rescriptTM = JSON.parse(
99
export default defineConfig({
1010
srcDir: "docs",
1111
publicDir: "docs/public",
12-
"site": "https://rescript-lang.github.io/experimental-rescript-webapi/",
12+
site: "https://rescript-lang.github.io",
13+
base: "experimental-rescript-webapi",
1314
integrations: [
1415
starlight({
1516
title: "Experimental WebAPI",

0 commit comments

Comments
 (0)