Skip to content

Commit e297da9

Browse files
committed
ci(gh-pages): fix base-path for vitepress
1 parent 861d0d4 commit e297da9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/.vitepress/config.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
const path = require('path')
22

33
module.exports = {
4-
title: 'My Lib',
5-
description: 'Just playing around.',
4+
title: 'muc-patternlab-vue',
5+
description: 'Vue Component Library for MDE5 Patternlab.',
6+
base: '/muc-patternlab-vue/',
67
themeConfig: {
7-
repo: 'https://github.com/wuruoyun/vue-component-lib-starter',
8+
repo: 'https://github.com/it-at-m/muc-patternlab-vue',
89
sidebar: [
910
{
1011
text: 'Introduction',
1112
children: [
12-
{ text: 'What is My Lib?', link: '/' },
13+
{ text: 'What is muc-patternlab-vue?', link: '/' },
1314
{ text: 'Getting Started', link: '/guide/' },
1415
],
1516
}, {

0 commit comments

Comments
 (0)