From fc13f44d7db4908b4d989598cd96fac734c7a173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bu=C4=9Fra=20Canata?= Date: Sat, 17 Jan 2026 23:31:45 +0300 Subject: [PATCH] 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 --- keystatic.config.ts | 4 ---- 1 file changed, 4 deletions(-) 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({