Skip to content

Commit

Permalink
✨ Update Teads ads CDN entry point and prefetch config (#37672)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-vincent-mathon committed Feb 14, 2022
1 parent 2d2e54c commit 6af3625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ads/_config.js
Expand Up @@ -1273,7 +1273,7 @@ const adConfig = jsonConfiguration({
},

'teads': {
prefetch: 'https://s8t.teads.tv/media/format/v3/teads-format.min.js',
prefetch: 'https://a.teads.tv/media/format/v3/teads-format.min.js',
preconnect: [
'https://cdn2.teads.tv',
'https://a.teads.tv',
Expand Down
2 changes: 1 addition & 1 deletion ads/vendors/teads.js
Expand Up @@ -26,7 +26,7 @@ export function teads(global, data) {

loadScript(
global,
'https://s8t.teads.tv/media/format/' +
'https://a.teads.tv/media/format/' +
encodeURI(data.tag.js || 'v3/teads-format.min.js')
);
} else {
Expand Down

0 comments on commit 6af3625

Please sign in to comment.