We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93594af commit 6ed3851Copy full SHA for 6ed3851
.github/workflows/deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Update index.tsx
50
run: |
51
- sed -i 's|base = "/";|base = "/boltz/";|g' src/index.tsx
+ sed -i 's|base = "";|base = "/boltz";|g' src/index.tsx
52
53
- name: Copy config
54
run: npm run mainnet
0 commit comments