Skip to content

Commit

Permalink
TRAC-297: change domain of the script to scripts.tracdelight.io
Browse files Browse the repository at this point in the history
  • Loading branch information
thekorn committed Aug 30, 2019
1 parent acf89fc commit b2aae46
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
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ const adConfig = jsonConfiguration({
},

'tracdelight': {
prefetch: 'https://scripts.tracdelight.com/amp.js',
prefetch: 'https://scripts.tracdelight.io/amp.js',
renderStartImplemented: true,
},

Expand Down
2 changes: 1 addition & 1 deletion ads/tracdelight.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ export function tracdelight(global, data) {
validateData(data, mandatoryFields, optionalFields);

global.tdData = data;
writeScript(global, 'https://scripts.tracdelight.com/amp.js');
writeScript(global, 'https://scripts.tracdelight.io/amp.js');
}

0 comments on commit b2aae46

Please sign in to comment.