what value is CF_PAGES_BRANCH on main
what is the value if the github branch is "main" and it's in production mode? I thought it was main but this code doesn't work when the actual branch is main:
const isPreview = import.meta.env.PROD && import.meta.env.CF_PAGES_BRANCH !== "main";
1 Reply
nvm it is
main
, probably an issue with my code, i'm in a rush lol