Skip to content

Commit

Permalink
Fix CMS branch in config
Browse files Browse the repository at this point in the history
  • Loading branch information
dallyh committed Feb 22, 2024
1 parent be2cc98 commit cbf9764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/cms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function createCmsConfig(): Config {
name: "github",
base_url: OAuthProvider,
repo: "dallyh/daliborhon.dev",
branch: "blog-test",
branch: "main",
commit_messages: {
create: 'Create {{collection}} "{{slug}}"',
update: 'Update {{collection}} "{{slug}}"',
Expand Down

0 comments on commit cbf9764

Please sign in to comment.