8000
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 763b702 commit bc448a4Copy full SHA for bc448a4
public/index.html
@@ -18,7 +18,7 @@
18
content="A Python Editor for the BBC micro:bit, built by the Micro:bit Educational Foundation and the global Python Community."
19
/>
20
<% if (process.env.REACT_APP_GA_MEASUREMENT_ID &&
21
- (process.env.REACT_APP_STAGE === 'production' || process.env.REACT_APP_STAGE
+ (process.env.REACT_APP_STAGE === 'PRODUCTION' || process.env.REACT_APP_STAGE
22
=== "STAGING")) { %>
23
<script
24
async
0 commit comments