mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-16 23:16:44 +00:00
🍟
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user