Skip to content

Commit

Permalink
update vuepress
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Feb 27, 2024
1 parent b5d1c9e commit 11235f8
Show file tree
Hide file tree
Showing 3 changed files with 1,005 additions and 935 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 11235f8

Please sign in to comment.