Skip to content

Commit

Permalink
use new ad script
Browse files Browse the repository at this point in the history
  • Loading branch information
hi5a committed Aug 8, 2024
1 parent 5a3b900 commit 845d01f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/layouts/linksLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ const year = new Date().getFullYear();
<p id="copyright"{year} Nordic Game Lab, LLC. All rights reserved.</p>
</footer>
<div id="ad-container" class="text-center"></div>
<script type="module">
import createAdElement from'https://static.nordicgamelab.org/v1/ads.min.js';let a=document.getElementById('ad-container');let d=await createAdElement('464px','c3a8c1c5-5579-4b96-8073-95ac3ca9d189');a.appendChild(d);
</script>
<script src="https://static.nordicgamelab.org/v1/ads.min.js" data-site-id="be54bc9d-ee5c-4cb6-bcc3-2cb2c50b359c" data-image-size="464px"></script>
</body>
</html>

0 comments on commit 845d01f

Please sign in to comment.