Skip to content

Commit d2fcbb3

Browse files
committedMar 19, 2024·
docs: Add favicon
1 parent b49c834 commit d2fcbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/.vitepress/config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
title: 'Radial Color Picker',
66
description: 'Minimalistic color picker with a focus on size, accessibility and performance.',
77
head: [
8-
['link', { rel: 'image/png', href: '/vue-color-picker/logo.png' }],
8+
['link', { rel: 'icon', href: '/vue-color-picker/logo.png', type: 'image/png' }],
99
['meta', { property: 'og:image', content: '/vue-color-picker/logo.png' }],
1010
['meta', { property: 'og:image:height', content: '640' }],
1111
['meta', { property: 'og:image:width', content: '640' }],

0 commit comments

Comments
 (0)
Please sign in to comment.