mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
website: change production env var to workaround Dato bug
This commit is contained in:
parent
4db58ce10b
commit
0a167de2db
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue