diff --git a/apps/frontend/src/components/ui/AdPlaceholder.vue b/apps/frontend/src/components/ui/AdPlaceholder.vue index 5cbbc7632..06fcfe55b 100644 --- a/apps/frontend/src/components/ui/AdPlaceholder.vue +++ b/apps/frontend/src/components/ui/AdPlaceholder.vue @@ -57,6 +57,9 @@ onMounted(() => { { divId: "modrinth-rail-1", baseDivId: "pb-slot-square-2", + targeting: { + location: "web", + }, }, ]); }); diff --git a/apps/frontend/src/public/promo-frame.html b/apps/frontend/src/public/promo-frame.html index 47d534e50..7d80a10d0 100644 --- a/apps/frontend/src/public/promo-frame.html +++ b/apps/frontend/src/public/promo-frame.html @@ -66,6 +66,9 @@ { divId: "modrinth-rail-1", baseDivId: "pb-slot-square-2", + targeting: { + location: "app", + }, }, ]);