Skip to content

Commit 08930eb

Browse files
committed
change tagging for ccported.click
1 parent 92ba92e commit 08930eb

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

src/lib/adSlotConfig.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ export const adSlotConfig = {
88
sidebar: "69fd2258-841e-496e-b471-7fee303347da",
99
grid: "1327f13c-fb3f-45df-9616-2c76dacf8707",
1010
footer: "c2522ff2-7549-433b-a689-0cd63517722c",
11+
sidebarR: "b9482d90-db02-4b5f-b8d9-d4b333965e74"
1112
},
1213
"ccported.click": {
1314
sidebar: "52cde221-3941-473c-afbc-5376c9ae5f76",
1415
grid: "29d0156c-2d0c-4d77-b80c-6a3c21b13dd2",
15-
footer: "b203fc61-1cc6-4a48-a13a-be6dbe61f3f0"
16-
},
16+
footer: "b203fc61-1cc6-4a48-a13a-be6dbe61f3f0",
17+
sidebarR: "ea44e52d-5d55-4544-b5b3-ef6eb0f3b8d9"
18+
}
1719
};
1820

1921
export async function initializeAds() {
@@ -47,9 +49,10 @@ export async function initializeAds() {
4749

4850
const script = document.createElement("script");
4951
script.id = scriptId;
50-
script.src = `//monu.delivery/site/${aHostData.acode}`;
52+
script.src = `//fastly.mmt.delivery/site/${aHostData.acode}`;
5153
script.setAttribute("data-cfasync", "false");
5254
script.defer = true;
55+
script.async = true;
5356
document.head.appendChild(script);
5457
} else {
5558
console.log(

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
let { children } = $props();
99
1010
let ga4Codes = {
11-
"ccported.click": "G-ER9VZ5QL8K",
11+
"ccported.click": "G-YPK0M57SY4",
1212
"ccported.github.io": "G-NYC0Q0VKPP",
1313
localhost: null,
1414
};

static/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-29T23:36:58.299Z
1+
2025-10-30T21:56:14.860Z

0 commit comments

Comments
 (0)