Compare commits

..

No commits in common. "de569eb59a3e5993cf9c64567e78468a15f2d556" and "7d5817ce338ad2c5e5c98205c447e6c5cd2f4414" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -16,8 +16,7 @@ jobs:
- name: Build
run: pnpm build:antd
- name: cp
# run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\propety /E
run: Copy-Item -Path "./apps/web-antd/dist" -Destination "C:\devtool\nginx-1.28.0\html\propety" -Recurse -Force -ErrorAction SilentlyContinue
run: robocopy ./apps/web-antd/dist C:\devtool\nginx-1.28.0\html\propety /E

View File

@ -1,4 +1,4 @@
VITE_BASE=/property
VITE_BASE=/
# 是否开启压缩,可以设置为 none, brotli, gzip
VITE_COMPRESS=gzip