Skip to content

Commit 18f46da

Browse files
authored
chore: use cdn url (#3865)
1 parent c6e5605 commit 18f46da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
VITE_CONTEXT: /tiny-vue-saas/
4646
VITE_PLAYGROUND_URL: /vue-saas-playground
47-
VITE_APP_BUILD_BASE_URL: //opentiny-assets.obs.cn-north-4.myhuaweicloud.com/tiny-vue-saas/${{ env.VERSION }}/
47+
VITE_APP_BUILD_BASE_URL: //res-static.opentiny.design/tiny-vue-saas/${{ env.VERSION }}/
4848
- name: Copy files
4949
run: |
5050
cp ./examples/sites/dist/index.html ./examples/sites/dist/404.html

.github/workflows/deploy-obs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
export NODE_OPTIONS="--max-old-space-size=8192"
4343
pnpm build:site
4444
env:
45-
VITE_APP_BUILD_BASE_URL: //opentiny-assets.obs.cn-north-4.myhuaweicloud.com/tiny-vue-web-doc/${{ env.VERSION }}/
45+
VITE_APP_BUILD_BASE_URL: //res-static.opentiny.design/tiny-vue-web-doc/${{ env.VERSION }}/
4646
VITE_PLAYGROUND_URL: /vue-playground
4747
- name: Copy files
4848
run: |

0 commit comments

Comments
 (0)