We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf1605 commit b062046Copy full SHA for b062046
.github/workflows/deploy-obs.yml
@@ -42,7 +42,7 @@ jobs:
42
export NODE_OPTIONS="--max-old-space-size=8192"
43
pnpm build:site
44
env:
45
- VITE_APP_BUILD_BASE_URL: //res-static.opentiny.design/tiny-vue-web-doc/${{ env.VERSION }}/
+ VITE_APP_BUILD_BASE_URL: //opentiny-assets.obs.cn-north-4.myhuaweicloud.com/tiny-vue-web-doc/${{ env.VERSION }}/
46
VITE_PLAYGROUND_URL: /vue-playground
47
- name: Copy files
48
run: |
0 commit comments