fixing fathom analytics

This commit is contained in:
Travis Fischer
2021-01-19 21:21:33 -05:00
parent dfcb777a12
commit 894c23c02e
3 changed files with 4 additions and 2 deletions

View File

@@ -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
? {