mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
Merge pull request #21 from IT4Change/fix-type-error-vuepress-base
fix(docu): fix type error vuepress base
This commit is contained in:
commit
2f92c55e00
2
.github/workflows/frontend.deploy.docs.yml
vendored
2
.github/workflows/frontend.deploy.docs.yml
vendored
@ -18,4 +18,4 @@ jobs:
|
|||||||
#TARGET_BRANCH: master
|
#TARGET_BRANCH: master
|
||||||
BUILD_SCRIPT: npm install && npm run docs:build
|
BUILD_SCRIPT: npm install && npm run docs:build
|
||||||
BUILD_DIR: build/docs/
|
BUILD_DIR: build/docs/
|
||||||
VUEPRESS_BASE: "/boilerplate-frontend/"
|
VUEPRESS_BASE: "boilerplate-frontend"
|
||||||
@ -4,5 +4,5 @@ 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}/` ?? '/',
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user