Skip to content

Commit 7046e88

Browse files
author
wufeiqun
committed
bugfix
1 parent b1b6263 commit 7046e88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
base: '/zeus-docs/',
99
themeConfig: {
1010
// https://vitepress.dev/reference/default-theme-config
11-
logo: 'public/image/zeus.png',
11+
logo: 'image/zeus.png',
1212
nav: [
1313
{ text: '项目介绍', link: 'zeus/README' },
1414
{ text: 'Demo',

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hero:
77
text: ""
88
tagline: 中小企业一站式运维平台
99
image:
10-
src: public/image/zeus.png
10+
src: image/zeus.png
1111
alt: Zeus 运维平台
1212
actions:
1313
- theme: brand

0 commit comments

Comments
 (0)