We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85530bc commit 94221fbCopy full SHA for 94221fb
.vitepress/config.mts
@@ -4,7 +4,8 @@ import { defineConfig } from 'vitepress'
4
export default defineConfig({
5
title: "Zeus运维平台",
6
description: "中小企业一站式运维平台",
7
- base: '/zeus-docs/',
+ // base: '/zeus-docs/',
8
+ base: '/',
9
themeConfig: {
10
// https://vitepress.dev/reference/default-theme-config
11
logo: 'static/image/zeus.png',
0 commit comments