mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
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:
parent
30cbf91201
commit
6b1f2f3cf0
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ features:
|
|||
|
||||
extensions:
|
||||
cms:
|
||||
branch: master
|
||||
branch: main
|
||||
local_backend: false
|
||||
academicons:
|
||||
enable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue