Skip to content

Commit 4e13650

Browse files
committed
feat<docs> change build output path
1 parent 9da96f4 commit 4e13650

20 files changed

+1
-0
lines changed

.umirc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { defineConfig } from "umi";
44
const path = require("path");
55

66
export default defineConfig({
7+
outputPath: "docs", // 默认为 'dist',您可以根据需要更改此路径。
78
alias: {
89
// "@": process.cwd() + "/src", // 定义 @ 别名指向 src 目录
910
"@": path.resolve(__dirname, "src"), // 定义 @ 别名指向 src 目录
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)