Skip to content

Commit 022c580

Browse files
committed
fix urls 3
Signed-off-by: Nelo-T. Wallus <[email protected]> Signed-off-by: Nelo-T. Wallus <[email protected]>
1 parent 6a9033d commit 022c580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { fileURLToPath, URL } from 'node:url'
55
export default withMermaid({
66
title: "Platform Mesh",
77

8-
base: process.env.PAGES_BASE ? process.env.PAGES_BASE : '/',
8+
base: process.env.PAGES_BASE ? '/' + process.env.PAGES_BASE : '/',
99

1010
description: "Platform Mesh - Building upon the Kubernetes API & Resource Model",
1111

0 commit comments

Comments
 (0)