mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
fixing fathom analytics
This commit is contained in:
@@ -80,7 +80,7 @@ export const api = {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
export const fathomId = isDev ? null : getEnv('FATHOM_ID', null)
|
||||
export const fathomId = isDev ? null : getEnv('NEXT_PUBLIC_FATHOM_ID', null)
|
||||
|
||||
export const fathomConfig = fathomId
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user