From 1fdecd6f82db23cdd221e9511e3909ed1c73467d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 2 Jun 2022 11:52:21 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/PageSocial.tsx | 8 ++++---- lib/config.ts | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/PageSocial.tsx b/components/PageSocial.tsx index 7f9c207..b9c55d4 100644 --- a/components/PageSocial.tsx +++ b/components/PageSocial.tsx @@ -51,8 +51,8 @@ const socialLinks: SocialLink[] = [ href: `${config.newsletter}`, title: `Newsletter ${config.author}`, icon: ( - - + + ) }, @@ -62,8 +62,8 @@ const socialLinks: SocialLink[] = [ href: `https://www.youtube.com/${config.youtube}`, title: `YouTube ${config.youtube}`, icon: ( - - + + ) } diff --git a/lib/config.ts b/lib/config.ts index e42b53d..cc9cbf2 100644 --- a/lib/config.ts +++ b/lib/config.ts @@ -147,8 +147,8 @@ export const site: Site = { export const fathomId = isDev ? null : process.env.NEXT_PUBLIC_FATHOM_ID export const fathomConfig = fathomId ? { - excludedDomains: ['localhost', 'localhost:3000'] - } + excludedDomains: ['localhost', 'localhost:3000'] + } : undefined export const posthogId = process.env.NEXT_PUBLIC_POSTHOG_ID