We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e19ea8 commit cf167f9Copy full SHA for cf167f9
.github/workflows/pages-deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
# Removed '|| true' to ensure build fails if file is missing
46
run: |
47
echo "Replacing placeholder __API_BASE__ with $API_BASE_URL"
48
- sed -i "s|__API_BASE__|${API_BASE_URL}|g" kidcode-web/src/main/resources/static/app.js
+ sed -i "s|__API_BASE__|${API_BASE_URL}|g" kidcode-web/src/main/resources/static/js/constants.js
49
50
- name: Build kidcode-web with Maven
51
0 commit comments