Skip to content

Commit 9b43e26

Browse files
authored
fix: fix 403 (#18)
1 parent 18cc789 commit 9b43e26

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/deploy-obs-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

packages/opentiny-docs/config/vite.config.prod.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
],

packages/opentiny-docs/src/views/vue-pro/back-end-guide-spring-boot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 项目初始化
66

7-
[快速开始](./quick-start)
7+
[快速开始](../quick-start)
88

99
## 后端启动
1010

0 commit comments

Comments
 (0)