Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit c9a2309

Browse files
committed
Merge branch 'develop'
2 parents 585812d + 33c0010 commit c9a2309

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/views/vendor/core/public/master.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,17 @@
5858

5959
@if (app()->environment('production'))
6060
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-121194903-1"></script>
61+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
6162
<script>
6263
window.dataLayer = window.dataLayer || [];
6364
function gtag(){dataLayer.push(arguments);}
6465
gtag('js', new Date());
6566
gtag('config', 'UA-121194903-1');
67+
68+
(adsbygoogle = window.adsbygoogle || []).push({
69+
google_ad_client: "ca-pub-8258429928365365",
70+
enable_page_level_ads: true
71+
});
6672
</script>
6773
@endif
6874

0 commit comments

Comments
 (0)