Skip to content

Commit 8a473fe

Browse files
committed
fix(consent): preserve script config literals
1 parent 4a1bf95 commit 8a473fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/consent/scripts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const GLOBAL_CONSENT_SCRIPTS = [
4848
},
4949
},
5050
ahrefsAnalytics({ key: AHREFS_ANALYTICS_KEY }),
51-
]
51+
] as const
5252

5353
/** Marketing-page integrations that should not load on a direct workspace visit. */
5454
export const X_PIXEL_SCRIPT = xPixel({ pixelId: X_PIXEL_ID })

0 commit comments

Comments
 (0)