starters(academic): update default cms branch (#2705)

The Academic repo branch was renamed from master to main so when netlify creates a new repo based on this template, the default branch is named 'main' instead of 'master'.

Leaving the default cms branch param as 'master' will result in a credentials error whenever a user tries to login using the /admin page. Renaming this to 'main' fixes the error.
This commit is contained in:
Nathan Rutherford 2022-05-08 15:02:44 +01:00 committed by GitHub
commit 6b1f2f3cf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ features:
extensions:
cms:
branch: master
branch: main
local_backend: false
academicons:
enable: true