Commit 66a418e 1 parent bf596aa commit 66a418e Copy full SHA for 66a418e
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
functions = " functions/"
21
21
22
22
[context .staging .environment ]
23
- API_BASE_URL = " https://api .staging.coronatracker.com"
23
+ API_BASE_URL = " https://api2 .staging.coronatracker.com"
24
24
BASE_URL = " https://staging.coronatracker.com"
25
25
GA_ID = " UA-xxxxxxxxx-x"
26
26
GENERATE_ROUTES = " true"
31
31
functions = " functions/"
32
32
33
33
[context .dev .environment ]
34
- API_BASE_URL = " https://api .staging.coronatracker.com"
34
+ API_BASE_URL = " https://api2 .staging.coronatracker.com"
35
35
BASE_URL = " https://staging.coronatracker.com"
36
36
GA_ID = " UA-xxxxxxxxx-x"
37
37
GENERATE_ROUTES = " false"
42
42
functions = " functions/"
43
43
44
44
[context ."feature/netlify-function" .environment ]
45
- API_BASE_URL = " https://api .staging.coronatracker.com"
45
+ API_BASE_URL = " https://api2 .staging.coronatracker.com"
46
46
BASE_URL = " https://staging.coronatracker.com"
47
47
GA_ID = " UA-xxxxxxxxx-x"
48
48
GENERATE_ROUTES = " false"
54
54
functions = " functions/"
55
55
56
56
[context .deploy-preview .environment ]
57
- API_BASE_URL = " https://api .staging.coronatracker.com"
57
+ API_BASE_URL = " https://api2 .staging.coronatracker.com"
58
58
BASE_URL = " https://staging.coronatracker.com"
59
59
GA_ID = " UA-xxxxxxxxx-x"
60
60
GENERATE_ROUTES = " false"
67
67
functions = " functions/"
68
68
69
69
[context .branch-deploy .environment ]
70
- API_BASE_URL = " https://api .staging.coronatracker.com"
70
+ API_BASE_URL = " https://api2 .staging.coronatracker.com"
71
71
BASE_URL = " https://staging.coronatracker.com"
72
72
GA_ID = " UA-xxxxxxxxx-x"
73
73
GENERATE_ROUTES = " false"
You can’t perform that action at this time.
0 commit comments