Skip to content

Commit 57959fa

Browse files
committed
add tracking id
1 parent ea27c89 commit 57959fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎landing-page/src/components/RB2BLoader.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function RB2BLoader() {
1212

1313
const script = document.createElement('script');
1414
script.id = 'rb2b-script';
15-
script.src = `https://ddwl4m2hdecbv.cloudfront.net/b/${process.env.NEXT_PUBLIC_RB2B_ID}/${process.env.NEXT_PUBLIC_RB2B_ID}.js.gz`;
15+
script.src = `https://ddwl4m2hdecbv.cloudfront.net/b/0OV0VHMQGM6Z/0OV0VHMQGM6Z.js.gz`;
1616
script.async = true;
1717
document.body.appendChild(script);
1818
}, [pathname]);

0 commit comments

Comments
 (0)