Skip to content

Commit 49d1a84

Browse files
authored
Fix issue Phlow#99
google_analytics_tracking_id not disabled in dev mode
1 parent 00e7193 commit 49d1a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ sass:
2323
sourcemap: true
2424

2525
# Disable when not in production
26-
google_analytics_tracking_id:
26+
google_analytics_tracking_id: false

0 commit comments

Comments
 (0)