Skip to content

Commit

Permalink
fix tealium domain (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
braxex authored Jan 29, 2024
1 parent 690f948 commit 7973e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/ui-src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
production: "prod",
};
var tealiumEnv = tealiumEnvMap[nodeEnv] || "dev";
var tealiumUrl = `https://tags.tiqcdn.com/utag/cmsgov/cms-mdctqmr/${tealiumEnv}/utag.sync.js`;
var tealiumUrl = `https://tags.tiqcdn.com/utag/cmsgov/cms-general/${tealiumEnv}/utag.sync.js`;
document.write(`<script src="${tealiumUrl}" async><\/script>`);
</script>
</head>
Expand All @@ -51,7 +51,7 @@
</script>
<script>
(function (t, e, a, l, i, u, m) {
t = "cmsgov/cms-mdctqmr";
t = "cmsgov/cms-general";
e = tealiumEnv;
a = "/" + t + "/" + e + "/utag.js";
l = "//tags.tiqcdn.com/utag" + a;
Expand Down

0 comments on commit 7973e54

Please sign in to comment.