Skip to content

Commit a10cec4

Browse files
committed
Set empty base on main
Signed-off-by: Nelo-T. Wallus <[email protected]> Signed-off-by: Nelo-T. Wallus <[email protected]>
1 parent 9921989 commit a10cec4

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
@@ -8,7 +8,7 @@ export default withMermaid({
88
['link', { rel: 'icon', href: '/favicon.ico' }]
99
],
1010

11-
base: process.env.PAGES_BASE ? '/' + process.env.PAGES_BASE : '/',
11+
base: process.env.PAGES_BASE ? '/' + process.env.PAGES_BASE : '',
1212

1313
description: "Platform Mesh - Building upon the Kubernetes API & Resource Model",
1414

0 commit comments

Comments
 (0)