Skip to content

Commit 7c675e1

Browse files
authored
Update netlify.toml to set ZFA flag to true for prod (#1272)
1 parent 1819207 commit 7c675e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ command = "CARTO_USER=dcpadmin API_HOST=https://layers-api-staging.planninglabs.
88
command = "CARTO_USER=dcpadmin API_HOST=https://layers-api-data.planninglabs.nyc FEATURE_FLAG_SHOW_ZFA_LAYER=ON yarn build --environment=production"
99

1010
[context.master]
11-
command = "yarn build --environment=production"
11+
command = "FEATURE_FLAG_SHOW_ZFA_LAYER=ON yarn build --environment=production"

0 commit comments

Comments
 (0)