There was an error while loading. Please reload this page.
1 parent 1a9c0e1 commit cad5522Copy full SHA for cad5522
docs/.vitepress/config.mjs
@@ -5,8 +5,8 @@ export default defineConfig({
5
title: 'Radial Color Picker',
6
description: 'Minimalistic color picker with a focus on size, accessibility and performance.',
7
head: [
8
- ['link', { rel: 'image/png', href: '/logo.png' }],
9
- ['meta', { property: 'og:image', content: '/logo.png' }],
+ ['link', { rel: 'image/png', href: '/vue-color-picker/logo.png' }],
+ ['meta', { property: 'og:image', content: '/vue-color-picker/logo.png' }],
10
['meta', { property: 'og:image:height', content: '640' }],
11
['meta', { property: 'og:image:width', content: '640' }],
12
['meta', { property: 'og:locale', content: 'en' }],
@@ -24,7 +24,7 @@ export default defineConfig({
24
],
25
26
themeConfig: {
27
- logo: '/logo.png',
+ logo: '/vue-color-picker/logo.png',
28
29
nav: [
30
{ text: 'Guide', link: '/guide/' },
docs/index.md
@@ -4,7 +4,7 @@ layout: home
4
hero:
name: 'Radial Color Picker'
tagline: 'Minimalistic color picker with a focus on size, accessibility and performance.'
- image: /logo.png
+ image: /vue-color-picker/logo.png
actions:
- theme: brand
text: Get Started
0 commit comments