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 26fb19a commit 7fdd7b4Copy full SHA for 7fdd7b4
site/docusaurus.config.js
@@ -5,8 +5,7 @@ const config = /** @type {import("@docusaurus/types").Config} */ {
5
title: "kxs-ts-gen",
6
tagline: "Generate TypeScript interfaces from Kotlin classes",
7
url: "https://adamko-dev.github.io",
8
- // baseUrl: "/kotlinx-serialization-typescript-generator",
9
- baseUrl: "/",
+ baseUrl: "/kotlinx-serialization-typescript-generator",
10
onBrokenLinks: "throw",
11
onBrokenMarkdownLinks: "warn",
12
favicon: "img/icon.svg",
0 commit comments