Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Nov 19, 2024
1 parent 3b8e3c2 commit ffb3016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<x-seo::meta />
<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-B9M9JYPJV7"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-B9M9JYPJV7'); </script>

@vite(['resources/css/app.css', 'resources/js/app.js'])
@inertiaHead
Expand Down

0 comments on commit ffb3016

Please sign in to comment.