mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable AdInline on Games index
This commit is contained in:
parent
aeb57b9d2e
commit
818e43d003
1 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ import {
|
||||||
import Layout from '~/src/layouts/default.astro'
|
import Layout from '~/src/layouts/default.astro'
|
||||||
import Search from '~/components/search-stork.vue'
|
import Search from '~/components/search-stork.vue'
|
||||||
import ThomasCredit from '~/components/thomas-credit.vue'
|
import ThomasCredit from '~/components/thomas-credit.vue'
|
||||||
import CarbonInline from '~/components/carbon-inline.vue'
|
import AdInline from '~/components/ad-inline.vue'
|
||||||
|
|
||||||
|
|
||||||
// Get type and slug from the request path
|
// Get type and slug from the request path
|
||||||
|
|
@ -97,8 +97,8 @@ const pageLabel = category?.pluralLabel || category.label
|
||||||
|
|
||||||
client:load
|
client:load
|
||||||
>
|
>
|
||||||
<CarbonInline
|
<AdInline
|
||||||
class="carbon-inline-wide"
|
name="new-world-1"
|
||||||
/>
|
/>
|
||||||
</Search>
|
</Search>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue