We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31160e2 commit f88b6dbCopy full SHA for f88b6db
.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: 'static/image/zeus.png',
+ logo: '/static/image/zeus.png',
12
nav: [
13
{ text: '项目介绍', link: 'zeus/README' },
14
{ text: 'Demo',
0 commit comments