Skip to content

Commit

Permalink
修复icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wisdommen committed Jan 23, 2024
1 parent accbaf0 commit cbd105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default withPwa(
lang: 'zh-CN',
srcDir: 'docs',
head: [
['link', {rel: 'icon', href: '../favicon.ico'}]
['link', {rel: 'icon', href: '/favicon.ico'}]
],
locales: {
zh: {
Expand Down

0 comments on commit cbd105c

Please sign in to comment.