Skip to content

Commit 7fdd7b4

Browse files
authored
fix site base url (#53)
1 parent 26fb19a commit 7fdd7b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ const config = /** @type {import("@docusaurus/types").Config} */ {
55
title: "kxs-ts-gen",
66
tagline: "Generate TypeScript interfaces from Kotlin classes",
77
url: "https://adamko-dev.github.io",
8-
// baseUrl: "/kotlinx-serialization-typescript-generator",
9-
baseUrl: "/",
8+
baseUrl: "/kotlinx-serialization-typescript-generator",
109
onBrokenLinks: "throw",
1110
onBrokenMarkdownLinks: "warn",
1211
favicon: "img/icon.svg",

0 commit comments

Comments
 (0)