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 Sep 11, 2019
1 parent bdb3628 commit 3e8a4b0
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 @@ -955,7 +955,7 @@ export const adConfig = {
},

'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 3e8a4b0

Please sign in to comment.