This commit is contained in:
Travis Fischer
2022-04-06 10:23:46 -04:00
parent ee1333c6c8
commit 4264ede2ae

View File

@@ -158,21 +158,21 @@ This table of contents uses the same logic that Notion uses for its built-in Tab
All pages are designed to be responsive across common device sizes.
## Fathom Analytics
## Analytics
Analytics are an optional feature that are easy to enable if you want.
### Fathom Analytics
[Fathom](https://usefathom.com/ref/42TFOZ) provides a lightweight alternative to Google Analytics.
To enable analytics, just add a `NEXT_PUBLIC_FATHOM_ID` environment variable, which will only be used in production.
To enable, just add a `NEXT_PUBLIC_FATHOM_ID` environment variable, which will only be used in production.
Note that this feature is completely optional.
### PostHog Analytics
## PostHog Analytics
[PostHog](https://posthog.com/) provides a lightweight, **open source** alternative to Google Analytics.
[PostHog](https://posthog.com/) provides a lightweight **and open source** alternative to Google Analytics.
To enable analytics, just add a `NEXT_PUBLIC_POSTHOG_ID` environment variable, which will only be used in production.
Note that this feature is completely optional.
To enable, just add a `NEXT_PUBLIC_POSTHOG_ID` environment variable, which will only be used in production.
## Contributing