We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b6263 commit 7046e88Copy full SHA for 7046e88
.vitepress/config.mts
@@ -8,7 +8,7 @@ export default defineConfig({
8
base: '/zeus-docs/',
9
themeConfig: {
10
// https://vitepress.dev/reference/default-theme-config
11
- logo: 'public/image/zeus.png',
+ logo: 'image/zeus.png',
12
nav: [
13
{ text: '项目介绍', link: 'zeus/README' },
14
{ text: 'Demo',
index.md
@@ -7,7 +7,7 @@ hero:
7
text: ""
tagline: 中小企业一站式运维平台
image:
- src: public/image/zeus.png
+ src: image/zeus.png
alt: Zeus 运维平台
actions:
- theme: brand
0 commit comments