Skip to content

Commit a16dcae

Browse files
committed
fix: add production environment variable for API base URL in netlify.toml
1 parent 9069038 commit a16dcae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
publish = "build"
33
command = "npm run build"
44

5+
[context.production.environment]
6+
REACT_APP_API_BASE_URL = "http://79.76.48.165:8080"
7+
58
[[redirects]]
69
from = "/*"
710
to = "/index.html"

0 commit comments

Comments
 (0)