We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7105902 commit 54df406Copy full SHA for 54df406
resources/views/layouts/_fathom.blade.php
@@ -1,5 +1,5 @@
1
@production
2
<!-- Fathom - beautiful, simple website analytics -->
3
- <script src="https://boom.laravel.io/script.js" site="UXCUXOED" defer @if(isset($canonical) && !Str::startsWith($canonical, config('app.url')))data-canonical="false"@endif></script>
+ <script src="https://cdn.usefathom.com/script.js" site="UXCUXOED" defer @if(isset($canonical) && !Str::startsWith($canonical, config('app.url')))data-canonical="false"@endif></script>
4
<!-- / Fathom -->
5
-@endproduction
+@endproduction
0 commit comments