Skip to content

Commit

Permalink
ci(gh-pages): fix base-path for vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Apr 9, 2024
1 parent 861d0d4 commit e297da9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
const path = require('path')

module.exports = {
title: 'My Lib',
description: 'Just playing around.',
title: 'muc-patternlab-vue',
description: 'Vue Component Library for MDE5 Patternlab.',
base: '/muc-patternlab-vue/',
themeConfig: {
repo: 'https://github.com/wuruoyun/vue-component-lib-starter',
repo: 'https://github.com/it-at-m/muc-patternlab-vue',
sidebar: [
{
text: 'Introduction',
children: [
{ text: 'What is My Lib?', link: '/' },
{ text: 'What is muc-patternlab-vue?', link: '/' },
{ text: 'Getting Started', link: '/guide/' },
],
}, {
Expand Down

0 comments on commit e297da9

Please sign in to comment.