We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df4c36 commit c6b1cafCopy full SHA for c6b1caf
src/components/navigation/NavigationReact.jsx
@@ -14,6 +14,7 @@ function NavigationReact(props) {
14
const variant = process.env.NETLIFY_BRANCH || "main";
15
setAbTestVariant(variant);
16
17
+ console.log(process.env.NETLIFY_BRANCH);
18
console.log(`Current AB test variant: ${variant}`);
19
}, []);
20
0 commit comments