Skip to content

Commit

Permalink
fix: logo bg
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Nov 29, 2023
1 parent ac25c96 commit a386d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default defineConfig({

head: [
['link', {
rel: 'icon', type: 'image/svg+xml', href: 'https://avatars.githubusercontent.com/u/124382299?s=400&u=0a0596688b27c5b40b2df9521d6fb8460904b3ef&v=4'
rel: 'icon', type: 'image/svg+xml', href: '/logo_no_bg.png'
}],
['link', { rel: 'icon', type: 'image/png', href: 'https://avatars.githubusercontent.com/u/124382299?s=400&u=0a0596688b27c5b40b2df9521d6fb8460904b3ef&v=4' }],
['link', { rel: 'icon', type: 'image/png', href: '/logo_no_bg.png' }],
],

themeConfig: {
Expand Down Expand Up @@ -83,6 +83,6 @@ export default defineConfig({
provider: 'local'
},

logo: "https://avatars.githubusercontent.com/u/124382299?s=400&u=0a0596688b27c5b40b2df9521d6fb8460904b3ef&v=4",
logo: "/logo_no_bg.png",
}
})
Binary file added docs/public/logo_no_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a386d4d

Please sign in to comment.