Skip to content

Commit da7f614

Browse files
committed
fix:修改后端服务
1 parent 34e053e commit da7f614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: add environment variable
4343
run: |
4444
ENV=${{ github.event.inputs.environment || 'alpha' }}
45-
VITE_ORIGIN_URL="https://agent-alpha.opentiny.design/"
45+
VITE_ORIGIN_URL="hhttps://agent.bytedev.site/"
4646
if [ "$ENV" = "production" ]; then
4747
VITE_ORIGIN_URL="https://agent.opentiny.design/"
4848
fi

0 commit comments

Comments
 (0)