diff --git a/cms.example.toml b/cms.example.toml index 8ada941..9da57da 100644 --- a/cms.example.toml +++ b/cms.example.toml @@ -13,7 +13,7 @@ commit_author_name = "Git CMS" commit_author_email = "git-cms@example.com" [content] -roots = ["content/**", "pages/**", "data/**/*.json", "data/**/*.yaml", "data/**/*.yml", "README.md"] +roots = ["content/**"] max_file_bytes = 1048576 editable_extensions = ["md", "mdx", "json", "yaml", "yml", "txt"] diff --git a/cms.toml b/cms.toml index 8ada941..9da57da 100644 --- a/cms.toml +++ b/cms.toml @@ -13,7 +13,7 @@ commit_author_name = "Git CMS" commit_author_email = "git-cms@example.com" [content] -roots = ["content/**", "pages/**", "data/**/*.json", "data/**/*.yaml", "data/**/*.yml", "README.md"] +roots = ["content/**"] max_file_bytes = 1048576 editable_extensions = ["md", "mdx", "json", "yaml", "yml", "txt"] diff --git a/frontend/index.html b/frontend/index.html index d06f9c0..a048f00 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -24,9 +24,15 @@