Skip to content

Commit b49b178

Browse files
authored
Merge pull request #17 from platform-mesh/empty-base
2 parents 9921989 + a10cec4 commit b49b178

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)