keystatic
keystatic copied to clipboard
branchPrefix on keystatic cloud not filtering the branch
When i set branchPrefix with kind: "cloud" I can still see all the branches.
In my case I setted branchPrefix on the branch and I would like to be able to see only that branch when I navigate to the domain assiciated with that branch.
case example:
stage.xxx.com-> Develop -> I don't want to be able to swtich branch and I want to be able to edit only on that branch, so in that specific branch i setbranchPrefix = developxxx.com-> Main -> I want to be able to edit content only on master and not other branches so i setbranchPrefix = mainfor the main branch
Thanks