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 6a9033d commit 022c580Copy full SHA for 022c580
.vitepress/config.mts
@@ -5,7 +5,7 @@ import { fileURLToPath, URL } from 'node:url'
5
export default withMermaid({
6
title: "Platform Mesh",
7
8
- base: process.env.PAGES_BASE ? process.env.PAGES_BASE : '/',
+ base: process.env.PAGES_BASE ? '/' + process.env.PAGES_BASE : '/',
9
10
description: "Platform Mesh - Building upon the Kubernetes API & Resource Model",
11
0 commit comments