From c3fb8b5e25c1f08f1462b870428a6c85a446a0d1 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 25 Mar 2022 10:46:43 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index ad84ad8..8f6df1f 100644 --- a/readme.md +++ b/readme.md @@ -114,11 +114,7 @@ If you want to copy some of the fancier elements of my site, then you'll have to [Fathom](https://usefathom.com/ref/42TFOZ) provides a lightweight alternative to Google Analytics. -It's optional, but I really love how simple and elegant their solution is. - -To enable analytics, just add a `NEXT_PUBLIC_FATHOM_ID` environment variable. - -This environment variable will only be taken into account in production, so you don't have to worry about messing up your analytics with localhost development. +To enable the optional analytics feature, just add a `NEXT_PUBLIC_FATHOM_ID` environment variable, which will only be taken into account in production. ### Automatic Table of Contents @@ -132,7 +128,7 @@ If a page has less than `minTableOfContentsItems` (default 3), the table of cont This table of contents uses the same logic that Notion uses for its built-in Table of Contents block (see [getPageTableOfContents](https://github.com/NotionX/react-notion-x/blob/master/packages/notion-utils/src/get-page-table-of-contents.ts) for the underlying logic and associated unit tests). -## Mobile +## Responsive

Mobile article page