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ı',
|
label: 'Blog Yazıları',
|
||||||
slugField: 'title',
|
slugField: 'title',
|
||||||
path: 'src/data/post/*',
|
path: 'src/data/post/*',
|
||||||
format: {
|
|
||||||
contentField: 'body',
|
|
||||||
frontmatter: 'yaml',
|
|
||||||
},
|
|
||||||
columns: ['title', 'date', 'author'],
|
columns: ['title', 'date', 'author'],
|
||||||
schema: {
|
schema: {
|
||||||
title: fields.text({
|
title: fields.text({
|
||||||
|
|||||||
Reference in New Issue
Block a user