Add Fathom script to master view

This commit is contained in:
Jonny Barnes 2019-05-03 21:02:22 +01:00
parent 1996d6906c
commit 546f952466
4 changed files with 26 additions and 4 deletions

7
config/fathom.php Normal file
View file

@ -0,0 +1,7 @@
<?php
return [
'id' => env('FATHOM_ID', null),
];