File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3939 - name : Build docs
4040 run : pnpm -F opentiny-docs build
4141 env :
42- VITE_BASE : //opentiny-assets.obs.cn-north-4.myhuaweicloud.com/tiny-openTiny-docs/${{ env.VERSION }}/tiny- openTiny-docs/
42+ VITE_BASE : //opentiny-assets.obs.cn-north-4.myhuaweicloud.com/tiny-openTiny-docs/${{ env.VERSION }}/openTiny-docs/
4343 - name : Copy files
4444 run : |
4545 cp packages/opentiny-docs/dist/openTiny-docs/index.html packages/opentiny-docs/dist/openTiny-docs/404.html
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export default mergeConfig(
1010 mock : true ,
1111 base : process . env . VITE_BASE || '/' ,
1212 plugins : [
13- configCompressPlugin ( 'gzip' ) ,
1413 configVisualizerPlugin ( ) ,
1514 configTinyResolverPlugin ( ) ,
1615 ] ,
Original file line number Diff line number Diff line change 44
55## 项目初始化
66
7- [ 快速开始] ( ./quick-start )
7+ [ 快速开始] ( .. /quick-start )
88
99## 后端启动
1010
You can’t perform that action at this time.
0 commit comments