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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user