Skip to content

Commit b49c834

Browse files
committed
docs: Fix logo img path in header
1 parent 4209c29 commit b49c834

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: docs/.vitepress/config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424
],
2525

2626
themeConfig: {
27-
logo: '/vue-color-picker/logo.png',
27+
logo: '/logo.png',
2828

2929
nav: [
3030
{ text: 'Guide', link: '/guide/' },

Diff for: docs/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ layout: home
44
hero:
55
name: 'Radial Color Picker'
66
tagline: 'Minimalistic color picker with a focus on size, accessibility and performance.'
7-
image: /logo.png
87
actions:
98
- theme: brand
109
text: Get Started

0 commit comments

Comments
 (0)