Skip to content

Commit

Permalink
docs: Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Mar 19, 2024
1 parent b49c834 commit d2fcbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
title: 'Radial Color Picker',
description: 'Minimalistic color picker with a focus on size, accessibility and performance.',
head: [
['link', { rel: 'image/png', href: '/vue-color-picker/logo.png' }],
['link', { rel: 'icon', href: '/vue-color-picker/logo.png', type: 'image/png' }],
['meta', { property: 'og:image', content: '/vue-color-picker/logo.png' }],
['meta', { property: 'og:image:height', content: '640' }],
['meta', { property: 'og:image:width', content: '640' }],
Expand Down

0 comments on commit d2fcbb3

Please sign in to comment.