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.
1 parent 9921989 commit a10cec4Copy full SHA for a10cec4
.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: process.env.PAGES_BASE ? '/' + process.env.PAGES_BASE : '',
12
13
description: "Platform Mesh - Building upon the Kubernetes API & Resource Model",
14
0 commit comments