Skip to content

Commit 901a8fc

Browse files
committed
docs: Fix base path
1 parent 775e566 commit 901a8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'vitepress';
22

33
export default defineConfig({
4+
base: '/vue-color-picker/',
45
title: 'Radial Color Picker',
56
description: 'Minimalistic color picker with a focus on size, accessibility and performance.',
67
head: [

0 commit comments

Comments
 (0)