Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthonyp0329 committed Jun 4, 2024
1 parent 5145b31 commit ab2f6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
cd admin-portal-frontend/
touch .env
echo "API_URL=https://sideline-sidekick-app.web.app/api/"
echo "API_URL=https://sideline-sidekick-app.web.app/api"
cat .env
npm ci
npm run build
Expand Down
2 changes: 1 addition & 1 deletion admin-portal-frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "dotenv/config";

const nextConfig = {
env: {
API_URL: "https://sideline-sidekick-app.web.app/api/",
API_URL: process.env.API_URL,
},
output: "export",
images: {
Expand Down

0 comments on commit ab2f6e9

Please sign in to comment.