Skip to content

Commit e16a46d

Browse files
authored
Merge pull request #19 from platform-mesh/fix-base
2 parents b49b178 + 4a94f4c commit e16a46d

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: typeof process.env.PAGES_BASE !== 'undefined' ? '/' + process.env.PAGES_BASE : '',
1212

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

0 commit comments

Comments
 (0)