mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
development -> production
This commit is contained in:
parent
4de4106d33
commit
4355631c7b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
try {
|
||||
if (app.config.env === 'development') {
|
||||
if (app.config.env === 'production') {
|
||||
if (Cookies.get('analyticsConsent') === '1') {
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
|
|
Loading…
Reference in a new issue