Switch ads provider, and switch the analytics system to Ariadne (#214)

* Switch ads provider, and switch the analytics system to Ariadne

* Fix CI error

* Remove debug messages and errors

* Updated nuxtjs
This commit is contained in:
Redblueflame
2021-05-18 16:48:26 +02:00
committed by GitHub
parent c97cba69b9
commit 12d86493bf
12 changed files with 8695 additions and 9400 deletions

View File

@@ -67,6 +67,8 @@
v-if="mod.status === 'approved' || mod.status === 'unlisted'"
type="banner"
small-screen="square"
ethical-ads-small
ethical-ads-big
/>
<div class="mod-navigation">
<div class="tabs">

View File

@@ -64,7 +64,12 @@
></pagination>
</section>
<div class="results column-grow-4">
<Advertisement type="banner" small-screen="square" />
<Advertisement
type="banner"
small-screen="square"
ethical-ads-small
ethical-ads-big
/>
<div v-if="results === null" class="no-results">
<p>Loading...</p>
</div>

View File

@@ -55,7 +55,13 @@
</div>
</div>
</div>
<Advertisement type="square" small-screen="square" />
<Advertisement
type="square"
small-screen="square"
ethical-ads-big
ethical-ads-small
ethical-ad-type="image"
/>
<m-footer class="footer" hide-small />
</div>
<div class="content">