This commit is contained in:
Travis Fischer
2022-06-02 11:52:21 -04:00
parent 4b63a2bd87
commit 1fdecd6f82
2 changed files with 6 additions and 6 deletions

View File

@@ -147,8 +147,8 @@ export const site: Site = {
export const fathomId = isDev ? null : process.env.NEXT_PUBLIC_FATHOM_ID
export const fathomConfig = fathomId
? {
excludedDomains: ['localhost', 'localhost:3000']
}
excludedDomains: ['localhost', 'localhost:3000']
}
: undefined
export const posthogId = process.env.NEXT_PUBLIC_POSTHOG_ID