mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-20 07:16:46 +00:00
🐤
This commit is contained in:
@@ -80,7 +80,12 @@ export const api = {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
export const fathomId = isDev ? null : getEnv('NEXT_PUBLIC_FATHOM_ID', null)
|
||||
export const fathomId = isDev ? null : process.env.NEXT_PUBLIC_FATHOM_ID
|
||||
console.log('config', {
|
||||
fathomId,
|
||||
isDev,
|
||||
env: process.env.NEXT_PUBLIC_FATHOM_ID
|
||||
})
|
||||
|
||||
export const fathomConfig = fathomId
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user