mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-24 13:47:57 -05:00
config env var name fix
This commit is contained in:
@@ -20,5 +20,5 @@ export const CONFIG = {
|
||||
process.env.NEXT_BRIGHTID_NODE_URL || 'http:%2f%2fnode.brightid.org',
|
||||
publicUrl: process.env.NEXT_PUBLIC_VERCEL_URL || 'http://localhost:3000',
|
||||
gaId: process.env.NEXT_PUBLIC_GA4_ID || undefined,
|
||||
clarityId: process.env.CLARITY_ID || undefined
|
||||
clarityId: process.env.NEXT_CLARITY_ID || undefined
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user