From cadb2df131fdcab9c547dbc9530ea45480bbe0d0 Mon Sep 17 00:00:00 2001 From: Derrick Reimer Date: Fri, 27 Oct 2023 11:36:01 -0500 Subject: [PATCH] Remove the url option from docs, since Custom Domains have gone away --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 279238e..9e3b25d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ Injects the Fathom script into the DOM and loads the script asynchronously. - `siteId` - The site ID provided in the Fathom UI. - `opts` - An Object of options: - - `url` - The URL of the tracking script (defaults to `https://cdn.usefathom.com/script.js`). If you're using a [custom domain](https://usefathom.com/support/custom-domains) then you should change this parameter to use it (example `https://parrot.yourwebsite.com/script.js`). - `auto` - When `false`, skips automatically tracking page views on script load (defaults to `true`). - `honorDNT` - When `true`, honors the [DNT header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/DNT) in the visitor's browser - `canonical` - When `false`, ignores the canonical tag if present (defaults to `true`).