website: change production env var to workaround Dato bug

This commit is contained in:
Mike Wickett 2018-10-23 19:52:14 -04:00 committed by RJ Spiker
parent 4db58ce10b
commit 0a167de2db

View file

@ -19,7 +19,7 @@ proxy '_redirects', 'netlify-redirects', ignore: true
helpers do
# get correct analytics id
def segmentId()
if (ENV['ENV'] == 'production')
if (ENV['ENV'] == 'tmp-production')
'OdSFDq9PfujQpmkZf03dFpcUlywme4sC'
else
'0EXTgkNx0Ydje2PGXVbRhpKKoe5wtzcE'