Skip to content

Commit

Permalink
Revert "To be reverted - force review apps to use deployed QA env"
Browse files Browse the repository at this point in the history
This reverts commit 3013610.
  • Loading branch information
haworku committed Oct 9, 2024
1 parent d6f13f7 commit 081df1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/app-web/src/tealium/tealium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const tealiumClient = (tealiumEnv: Omit<TealiumEnv, 'dev'>): TealiumClientType =

// Load utag.sync.js - add to head element - SYNC load from src
const initializeTagManagerSnippet = createScript({
src: `https://${tealiumHostname}/${tealiumProfile}/qa/utag.sync.js`,
src: `https://${tealiumHostname}/${tealiumProfile}/${tealiumEnv}/utag.sync.js`,
id: 'tealium-load-tags-sync',
})

Expand Down

0 comments on commit 081df1f

Please sign in to comment.