diff options
Diffstat (limited to '')
| -rw-r--r-- | frontmatter.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/frontmatter.json b/frontmatter.json index 99e7647..d0bd841 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -7,8 +7,12 @@ "frontMatter.templates.folder": ".frontmatter/templates/", "frontMatter.framework.id": "hugo", "frontMatter.git.enabled": true, - "frontMatter.git.requiresCommitMessage": ["develop"], - "frontMatter.git.disableOnBranches": ["main"], + "frontMatter.git.requiresCommitMessage": [ + "develop" + ], + "frontMatter.git.disableOnBranches": [ + "main" + ], "frontMatter.preview.host": "http://localhost:1313", "frontMatter.website.host": "https://corruptlamar.com", "frontMatter.dashboard.openOnStart": true |
