Remove format config to fix item page error

The format configuration with contentField and frontmatter might be
causing compatibility issues with KeyStatic 5.x.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Buğra Canata
2026-01-17 23:31:45 +03:00
parent 0773ac06ec
commit fc13f44d7d
-4
View File
@@ -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({