Skip to content

Commit d319fa1

Browse files
committed
fix: docs config
1 parent fe03ec2 commit d319fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { defineConfig } from 'vitepress';
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5+
base: '/Lucid-Lyrics/',
56
title: 'Lucid Lyrics',
67
description: 'A Small Documentation for Lucid Lyrics',
78
themeConfig: {
8-
base: '/Lucid-Lyrics/',
99
// https://vitepress.dev/reference/default-theme-config
1010
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
1111
nav: [

0 commit comments

Comments
 (0)