Skip to content

Commit

Permalink
Merge branch 'master' into APP-1535-optimize-lazyload
Browse files Browse the repository at this point in the history
  • Loading branch information
willhowlett committed Nov 6, 2020
2 parents ae71090 + 806d7aa commit 3597fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage/
npm-debug.log
yarn-error.log
.DS_Store
.idea
2 changes: 1 addition & 1 deletion src/Bling.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class Bling extends Component {
/**
* An optional string for GPT seed file url to override.
*/
seedFileUrl: "//www.googletagservices.com/tag/js/gpt.js",
seedFileUrl: "https://securepubads.g.doubleclick.net/tag/js/gpt.js",
/**
* An optional flag to indicate whether an ad should only render when it's fully in the viewport area. Default is `true`.
*/
Expand Down

0 comments on commit 3597fbe

Please sign in to comment.