Fathom にアナリティクスを送信するには、docs.json に次の設定を追加します。 siteId はスクリプトの設定から取得できます。
"integrations": {
    "fathom": {
        "siteId": "required"
    }
}