fix: 文档地址

This commit is contained in:
unanmed 2024-02-08 17:39:06 +08:00
parent f65502d875
commit 85031d3c39
2 changed files with 2 additions and 2 deletions
docs/.vitepress
script

View File

@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress';
export default defineConfig({
title: 'HTML5魔塔样板',
description: 'HTML5魔塔样板V2.A的说明文档',
base: '/docs/',
base: '/_docs/',
themeConfig: {
outline: [2, 3],
// https://vitepress.dev/reference/default-theme-config

View File

@ -161,7 +161,7 @@ const compress = type === 'dist';
console.log(e);
}
// 9. 压缩
// 10. 压缩
if (compress) {
try {
await fs.ensureDir('./out');