mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
include LICENCE file in pagePatterns to allow to link it in the docu, fix undefined bug intoroduced with VUEPRESS_BASE PR
This commit is contained in:
parent
2f92c55e00
commit
ae0155e075
@ -4,5 +4,6 @@ export default defineUserConfig({
|
||||
title: 'IT4C Frontend Boilerplate Documentation',
|
||||
description: 'IT4C Frontend Boilerplate Documentation',
|
||||
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