Fathom
Kickstart has preconfigured Fathom
as the web traffic analytics.
Enable Fathom for production
Head over to Fathom for setup your fathom account.
Create site and record down your site id
Configure site id
into the web/.env.local
NEXT_PUBLIC_FATHOM_TRACKING_CODE=YOUR_FATHOM_SITE_ID
Modify web/kickstart.config.ts
export const config = {
...
enableFathom: true
...
}