Skip to content

Commit

Permalink
Add Fathom
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jul 12, 2024
1 parent 535ebf6 commit df1ac53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/layouts/public.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

<!-- Scripts -->
@vite(['resources/css/app.css', 'resources/js/app.js'])

@if (app()->environment() === 'production')
<script src="https://cdn.usefathom.com/script.js" data-site="SBSAGNHU" defer></script>
@endif
</head>
<body
class="bg-cover bg-fixed bg-no-repeat font-sans text-black antialiased"
Expand Down

0 comments on commit df1ac53

Please sign in to comment.