Skip to content

Commit

Permalink
Merge pull request #37 from ctbwx/clean-console
Browse files Browse the repository at this point in the history
removes art from console
  • Loading branch information
ctbwx authored Feb 23, 2024
2 parents 09e6620 + 2adcde0 commit d36278b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d36278b

Please sign in to comment.