Skip to content

Commit

Permalink
fix: 修复文档站点的logo和style路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Jan 5, 2024
1 parent e86c2fa commit de6749f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export default defineConfig({

}
},
logo:"/logo.png",
logo:"logo.png",
locales: [
{ id: 'zh-CN', name: '中文' },
{ id: 'en-US', name: 'EN' },
],
styles:[
"/styles.css"
"styles.css"
]
});

0 comments on commit de6749f

Please sign in to comment.