Skip to content

Commit

Permalink
setup base url as empty for production build (#601)
Browse files Browse the repository at this point in the history
* setup base url as empty for production build

* trigger deployment
  • Loading branch information
sebastianscatularo authored Dec 14, 2023
1 parent b7d7ecd commit c662ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
PUBLIC_URL: "${{ inputs.public-url }}/advanced-tools"
NODE_OPTIONS: "--max-old-space-size=10240"
GENERATE_SOURCEMAP: false
REACT_APP_BASE_URL: "${{ inputs.public-url }}/"
REACT_APP_BASE_URL: "${{ inputs.public-url }}"
REACT_APP_CLUSTER: ${{ vars.REACT_APP_CLUSTER }}
REACT_APP_SOLANA_API_URL: ${{ vars.REACT_APP_SOLANA_API_URL }}
REACT_APP_COVALENT_API_KEY: ${{ secrets.REACT_APP_COVALENT_API_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
advanced-tools-branch: ${{inputs.advanced-tools-branch}}
environment: ${{inputs.environment}}
project-branch: main
public-url: ''
secrets: inherit

0 comments on commit c662ad5

Please sign in to comment.