Skip to content

Commit

Permalink
Merge pull request #91 from IT4Change/update-vuepress
Browse files Browse the repository at this point in the history
chore(docu): update vuepress
  • Loading branch information
ulfgebhardt authored Feb 24, 2024
2 parents ee0100c + 66586af commit 5083d91
Show file tree
Hide file tree
Showing 3 changed files with 1,124 additions and 1,407 deletions.
4 changes: 4 additions & 0 deletions .vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { defaultTheme } from '@vuepress/theme-default'
import { viteBundler } from '@vuepress/bundler-vite'
import { defineUserConfig } from 'vuepress'

export default defineUserConfig({
Expand All @@ -6,4 +8,6 @@ export default defineUserConfig({
dest: 'build/docs',
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
pagePatterns: ['**/*.md', '**/LICENSE', '!.vuepress', '!node_modules'],
bundler: viteBundler({}),
theme: defaultTheme({}),
})
Loading

0 comments on commit 5083d91

Please sign in to comment.