diff --git a/_includes/_head.html b/_includes/_head.html index 27137547..1605bdb2 100644 --- a/_includes/_head.html +++ b/_includes/_head.html @@ -6,11 +6,11 @@ {% if jekyll.environment == 'prod' %} - + {% elsif jekyll.environment == 'stage' %} - + {% else %} - + {% endif %} {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index 9728d0da..537202aa 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,11 +18,11 @@ (function(a,b,c,d){ var src_url = ''; {% if jekyll.environment == 'prod' %} - src_url = 'https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/prod/utag.js'; + src_url = 'https://tealium-tags.cms.gov/cms-dpc/prod/utag.js'; {% elsif jekyll.environment == 'stage' %} - src_url = 'https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/qa/utag.js'; + src_url = 'https://tealium-tags.cms.gov/cms-dpc/qa/utag.js'; {% else %} - src_url = 'https://tags.tiqcdn.com/utag/cmsgov/cms-dpc/dev/utag.js'; + src_url = 'https://tealium-tags.cms.gov/cms-dpc/dev/utag.js'; {% endif %} a=src_url;b=document;c='script';d=b.createElement(c); d.src=a;d.type='text/java'+c;d.async=true; diff --git a/docker-compose.yml b/docker-compose.yml index 496fb362..ca954468 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: static_site: build: