resovle ads issue

This commit is contained in:
Kuyoshbek 2024-02-12 14:00:18 +05:00
parent 1180f15dd8
commit 8cfcb8a53a
5 changed files with 23873 additions and 3262 deletions

21718
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -122,6 +122,7 @@
"proper-url-join": "^2.1.1",
"pym.js": "^1.3.2",
"slugify": "^1.6.5",
"standard": "^17.1.0",
"svelte-fa": "^2.4.0",
"svelte-intersection-observer": "^0.10.0",
"svelte-search": "^2.0.1",
@ -367,4 +368,4 @@
"url": "https://github.com/reuters-graphics/graphics-components/issues"
},
"readme": "ERROR: No README data found!"
}
}

View file

@ -6,7 +6,8 @@
| 'reuters_mobile_leaderboard'
| 'reuters_desktop_native_1'
| 'reuters_mobile_mpu_1'
| 'reuters_sponsorlogo';
| 'reuters_sponsorlogo'
| 'reuters_desktop_canvas';
/**
* The unique placement name from FreeStar dashboard.

View file

@ -6,7 +6,9 @@ const ONETRUST_GEOLOCATION_MOCK = 'ot_geolocation_mock';
const ONETRUST_SCRIPT_ID = '38cb75bd-fbe1-4ac8-b4af-e531ab368caf-test';
export const loadBootstrap = () => {
(<any>window).freestar = (<any>window).freestar || {};
const freestar = (<any>window).freestar || {};
freestar.debug = true;
freestar.queue = freestar.queue || [];
freestar.config = freestar.config || {};
freestar.config.enabled_slots = [];

5409
yarn.lock

File diff suppressed because it is too large Load diff