Skip to content

Commit

Permalink
fix url prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Jun 6, 2023
1 parent e5e73ec commit 0937b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
env:
NEXT_PUBLIC_NETWORK: ${{ vars.REACT_APP_CLUSTER }}
PUBLIC_URL: "/${{ env._BRANCH_NAME_SHA }}"
PUBLIC_URL: "/${{ env._BRANCH_NAME_SHA }}/usdc-bridge"
run: |
cat << EOF > next.config.js
/** @type {import('next').NextConfig} */
Expand Down

0 comments on commit 0937b21

Please sign in to comment.