Skip to content

Commit

Permalink
Remove the url option from docs, since Custom Domains have gone away
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickreimer committed Oct 27, 2023
1 parent c10942e commit cadb2df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand Down

0 comments on commit cadb2df

Please sign in to comment.