We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5c599 commit 3e498afCopy full SHA for 3e498af
src/_layouts/default.html
@@ -83,7 +83,7 @@
83
Production: https://app.segment.com/segment_prod/sources/segment_docs_v2_prod
84
Everything else: https://app.segment.com/segment-engineering/sources/segment_docs
85
{%- endcomment -%}
86
- {%- if jekyll.environment == "production" -%}
+ {%- if site.env.CONTEXT == "production" -%}
87
{%- assign write_key = "QAKKJEtNsXpsNfCCBeWCLNxkaaLO7pgp" -%}
88
{%- else -%}
89
{%- assign write_key = "f5c1iWVVwikUDoh5NuVq0G52EPFrMmrX" -%}
0 commit comments