Remove columns field to fix KeyStatic error
The columns field might be causing compatibility issues with KeyStatic 5.x. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -23,7 +23,6 @@ export default config({
|
|||||||
contentField: 'body',
|
contentField: 'body',
|
||||||
frontmatter: 'yaml',
|
frontmatter: 'yaml',
|
||||||
},
|
},
|
||||||
columns: ['title', 'date', 'author'],
|
|
||||||
schema: {
|
schema: {
|
||||||
title: fields.slug({
|
title: fields.slug({
|
||||||
name: {
|
name: {
|
||||||
|
|||||||
Reference in New Issue
Block a user