Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
export NODE_OPTIONS="--max-old-space-size=8192"
pnpm -F tiny-pro-vue build
env:
VITE_BASE: //res-static.opentiny.design/tiny-pro-vue/${{ env.VERSION }}/
VITE_BASE: //res-static.opentiny.design/tiny-pro-vue/${{ env.VERSION }}/vue-pro/pages/
VITE_OUT_DIR: ../dist/vue-pro/pages
- name: Copy files
run: |
Expand Down
2 changes: 1 addition & 1 deletion template/tinyvue/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VITE_CONTEXT=/vue-pro/
VITE_BASE_API=/api
VITE_BASE_API=/tiny-pro-vue/api
VITE_SERVER_HOST= http://127.0.0.1:3000
VITE_MOCK_HOST= http://127.0.0.1:8848
VITE_USE_MOCK= false
Expand Down
Loading