From 2adcde05eeb6843c779bf469b396eeca5750fda5 Mon Sep 17 00:00:00 2001 From: ctbw Date: Fri, 23 Feb 2024 15:08:49 -0600 Subject: [PATCH] removes art from console --- pages/_app.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/pages/_app.tsx b/pages/_app.tsx index 091bf17..1787d47 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -19,18 +19,7 @@ import 'styles/notion.css' // global style overrides for prism theme (optional) import 'styles/prism-theme.css' -import { bootstrap } from '@/lib/bootstrap-client' -import { - fathomConfig, - fathomId, - isServer, - posthogConfig, - posthogId -} from '@/lib/config' - -if (!isServer) { - bootstrap() -} +import { fathomConfig, fathomId, posthogConfig, posthogId } from '@/lib/config' export default function App({ Component, pageProps }: AppProps) { const router = useRouter()