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.
2 parents ee5c599 + b0fb198 commit d23828dCopy full SHA for d23828d
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" -%}
@@ -118,7 +118,6 @@
118
{%- comment -%}
119
Consent Manager
120
121
-
122
<script>
123
window.consentManagerConfig = function (exports) {
124
var React = exports.React
0 commit comments