We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe03ec2 commit d319fa1Copy full SHA for d319fa1
docs/.vitepress/config.ts
@@ -2,10 +2,10 @@ import { defineConfig } from 'vitepress';
2
3
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
+ base: '/Lucid-Lyrics/',
6
title: 'Lucid Lyrics',
7
description: 'A Small Documentation for Lucid Lyrics',
8
themeConfig: {
- base: '/Lucid-Lyrics/',
9
// https://vitepress.dev/reference/default-theme-config
10
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
11
nav: [
0 commit comments