Fix passing intercom identity from CF (#5752)

This commit is contained in:
aecsocket
2026-04-04 10:40:26 -07:00
committed by GitHub
parent e5f600ddd7
commit 54c45ac9f3
2 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ export default defineNuxtConfig({
rateLimitKey: process.env.RATE_LIMIT_IGNORE_KEY ?? globalThis.RATE_LIMIT_IGNORE_KEY,
pyroBaseUrl: process.env.PYRO_BASE_URL,
intercomIdentitySecret:
process.env.INTERCOM_IDENTITY_SECRET ||
process.env.INTERCOM_IDENTITY_SECRET ??
// @ts-ignore
globalThis.INTERCOM_IDENTITY_SECRET,
public: {