This commit is contained in:
Travis Fischer
2022-04-06 13:29:18 -04:00
parent 0dec8b82fe
commit 7df28dbc84

View File

@@ -28,11 +28,12 @@ import 'styles/prism-theme.css'
import React from 'react'
import { useRouter } from 'next/router'
import { bootstrap } from 'lib/bootstrap-client'
import { fathomId, fathomConfig, posthogId, posthogConfig } from 'lib/config'
import * as Fathom from 'fathom-client'
import posthog from 'posthog-js'
import { bootstrap } from 'lib/bootstrap-client'
import { fathomId, fathomConfig, posthogId, posthogConfig } from 'lib/config'
if (typeof window !== 'undefined') {
bootstrap()
}