mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
Merge pull request #22 from IT4Change/include-LICENSE-file,-fix-undefined-bug-introduced-with-VUEPRESS_BASE-PR
fix(docu): include LICENSE file in docu build
This commit is contained in:
commit
82c147ad07
@ -4,5 +4,6 @@ export default defineUserConfig({
|
|||||||
title: 'IT4C Frontend Boilerplate Documentation',
|
title: 'IT4C Frontend Boilerplate Documentation',
|
||||||
description: 'IT4C Frontend Boilerplate Documentation',
|
description: 'IT4C Frontend Boilerplate Documentation',
|
||||||
dest: 'build/docs',
|
dest: 'build/docs',
|
||||||
base: `/${process.env.VUEPRESS_BASE}/` ?? '/',
|
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
|
||||||
|
pagePatterns: ['**/*.md', '**/LICENSE', '!.vuepress', '!node_modules'],
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user