Skip to content

Commit 37ef735

Browse files
committed
Add trailing slash to doc site
1 parent baed588 commit 37ef735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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/experimental-rescript-webapi/",
1313
integrations: [
1414
starlight({
1515
title: "Experimental WebAPI",

0 commit comments

Comments
 (0)