Skip to content

Commit

Permalink
web: Stop in-content unit experiment and revert
Browse files Browse the repository at this point in the history
  • Loading branch information
schneefux committed Nov 24, 2023
1 parent 9101844 commit 66fa84e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/composables/playwire-ramp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function usePlaywireRamp(publisherId: string, siteId: string) {
'right_rail',
'bottom_rail',
'left_rail',
'in_content',
// 'in_content',
'sidebar',
'sticky_sidebar',
] satisfies TaglessType[]).map(unit => ({ type: unit }) satisfies TaglessUnit)
Expand Down
15 changes: 15 additions & 0 deletions web/pages/tier-list/map/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
{{ $t('tier-list.maps.description') }}
</p>

<ad
ad-slot="8877810024"
first
></ad>

<b-split-dashboard>
<template v-slot:aside>
<b-scroll-spy
Expand Down Expand Up @@ -46,6 +51,11 @@
></events-roll>
</b-page-section>

<ad
ad-slot="4150756245"
lazy
></ad>

<b-page-section
id="upcoming"
ref="upcomingSection"
Expand Down Expand Up @@ -90,6 +100,11 @@
<competition-winner-roll></competition-winner-roll>
</b-page-section>
</b-split-dashboard>

<ad
ad-slot="3577381889"
lazy
></ad>
</b-page>
</template>

Expand Down

0 comments on commit 66fa84e

Please sign in to comment.