keystatic icon indicating copy to clipboard operation
keystatic copied to clipboard

branchPrefix on keystatic cloud not filtering the branch

Open zanhk opened this issue 1 year ago • 0 comments

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 set branchPrefix = develop
  • xxx.com -> Main -> I want to be able to edit content only on master and not other branches so i set branchPrefix = main for the main branch

Thanks

zanhk avatar May 14 '24 07:05 zanhk