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 bf6c6e12ee
commit de34464767
1 changed files with 1 additions and 1 deletions

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'