Skip to content

Commit

Permalink
修改logo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjinzhe committed Jul 6, 2023
1 parent 72a99d2 commit 2132bec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Deploy
id: deployment
uses: actions/deploy-pages@v1

- uses: actions/checkout@v3
- name: Get the content of algolia.json as config
id: algolia_config
Expand Down
4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineConfig(
},
head: [
[
'link',{ rel: 'icon', href: '/images/logo.png' }
'link',{ rel: 'icon', href: '/images/logo.webp' }
]
],
themeConfig: {
Expand All @@ -23,7 +23,7 @@ export default defineConfig(
apiKey: '6f186bf493b18009f5fd2b63a468d0e1',
indexName: 'zhangjinzhe.cn'
},
logo: '/images/logo.png',
logo: '/images/logo.webp',
footer: {
message: '鲁ICP备2022007356号-1',
copyright: 'Copyright © 2020 - present 张晋哲</a>'
Expand Down
Binary file removed public/images/logo.png
Binary file not shown.
Binary file added public/images/logo.webp
Binary file not shown.

0 comments on commit 2132bec

Please sign in to comment.