diff --git a/keystatic.config.ts b/keystatic.config.ts index 19da85d..76e3eb8 100644 --- a/keystatic.config.ts +++ b/keystatic.config.ts @@ -19,10 +19,6 @@ export default config({ label: 'Blog Yazıları', slugField: 'title', path: 'src/data/post/*', - format: { - contentField: 'body', - frontmatter: 'yaml', - }, columns: ['title', 'date', 'author'], schema: { title: fields.text({