Skip to content

Commit 24c8a22

Browse files
committed
refactor: Provide correct base for the documentation
1 parent c24fc91 commit 24c8a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const loadSyntax = async (file: string, name: string, alias: string = name): Pro
1818

1919
export default defineConfig({
2020

21-
base: "/test-mono/v5/", // use this for github pages deployment or remove for CF
21+
base: "/ui5-cli/v5/", // use this for github pages deployment or remove for CF
2222
srcDir: "docs",
2323
outDir: "dist",
2424
lang: "en-US",

0 commit comments

Comments
 (0)