Skip to content

Commit 2f43985

Browse files
committed
modify cors setting of zodiac github action file
1 parent 379a9fd commit 2f43985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# PUBLIC_URL="/dev/${{ env.BRANCH_NAME }}/" yarn build
3737
export PUBLIC_URL="/dev/${{ env.BRANCH_NAME }}/"
3838
export REACT_APP_API_URL="/dev/${{ env.BRANCH_NAME }}/api/v1"
39-
export REACT_APP_USE_CORS=true
39+
export REACT_APP_USE_CORS=false
4040
yarn build
4141
4242
- name: Copy JS libraries (jdata, bjdata etc.)

0 commit comments

Comments
 (0)