Add the following to your mint.json file to send analytics to Fathom.

You can get the siteId from your script settings.

"analytics": {
    "fathom": {
        "siteId": "required"
    }
}