We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b49b178 + 4a94f4c commit e16a46dCopy full SHA for e16a46d
.vitepress/config.mts
@@ -8,7 +8,7 @@ export default withMermaid({
8
['link', { rel: 'icon', href: '/favicon.ico' }]
9
],
10
11
- base: process.env.PAGES_BASE ? '/' + process.env.PAGES_BASE : '',
+ base: typeof process.env.PAGES_BASE !== 'undefined' ? '/' + process.env.PAGES_BASE : '',
12
13
description: "Platform Mesh - Building upon the Kubernetes API & Resource Model",
14
0 commit comments