mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-05-02 20:43:24 +08:00
fix: 文档地址
This commit is contained in:
parent
f65502d875
commit
85031d3c39
@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress';
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: 'HTML5魔塔样板',
|
title: 'HTML5魔塔样板',
|
||||||
description: 'HTML5魔塔样板V2.A的说明文档',
|
description: 'HTML5魔塔样板V2.A的说明文档',
|
||||||
base: '/docs/',
|
base: '/_docs/',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
outline: [2, 3],
|
outline: [2, 3],
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
|
@ -161,7 +161,7 @@ const compress = type === 'dist';
|
|||||||
console.log(e);
|
console.log(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 9. 压缩
|
// 10. 压缩
|
||||||
if (compress) {
|
if (compress) {
|
||||||
try {
|
try {
|
||||||
await fs.ensureDir('./out');
|
await fs.ensureDir('./out');
|
||||||
|
Loading…
Reference in New Issue
Block a user