From 4264ede2aee43cac0444b56b5d705d2f0d60d7b6 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 6 Apr 2022 10:23:46 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index bd519dd..afe270e 100644 --- a/readme.md +++ b/readme.md @@ -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