There was an error while loading. Please reload this page.
1 parent 7c5a46b commit 4abcaf7Copy full SHA for 4abcaf7
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: './.vitepress/img/logo.png' }],
9
- ['meta', { property: 'og:image', content: './.vitepress/img/logo.png' }],
+ ['link', { rel: 'image/png', href: '/vue-color-picker/img/logo.png' }],
+ ['meta', { property: 'og:image', content: '/vue-color-picker/img/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: '/.vitepress/img/logo.png',
+ logo: '/vue-color-picker/img/logo.png',
28
29
nav: [
30
{ text: 'Guide', link: '/guide/' },
docs/.vitepress/img/logo.png renamed to docs/.vitepress/public/logo.png
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: ./.vitepress/img/logo.png
+ image: /logo.png
actions:
- theme: brand
text: Get Started
@@ -20,4 +20,4 @@ features:
20
details: Developed with mobile devices and keyboard usage in mind. Screen reader support.
21
- title: Performant
22
details: Highly tuned touch interactions to stay above 30fps on lower end mobile devices.
23
----
+---
0 commit comments