Skip to content

Commit

Permalink
fix: favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Nov 29, 2023
1 parent a386d4d commit f9c6f98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ export default defineConfig({
cleanUrls: true,

head: [
['link', {
rel: 'icon', type: 'image/svg+xml', href: '/logo_no_bg.png'
}],
['link', { rel: 'icon', type: 'image/png', href: '/logo_no_bg.png' }],
['link', { rel: 'icon', type: 'image/png', href: '/exeme-lang/logo_no_bg.png' }],
],

themeConfig: {
Expand Down

0 comments on commit f9c6f98

Please sign in to comment.