From 02ba91feb90cef50b2c592e7d1f45fa81561eea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bu=C4=9Fra=20Canata?= Date: Sat, 17 Jan 2026 23:24:16 +0300 Subject: [PATCH] Remove columns field to fix KeyStatic error The columns field might be causing compatibility issues with KeyStatic 5.x. Co-Authored-By: Claude --- keystatic.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/keystatic.config.ts b/keystatic.config.ts index f8a88d8..6beba3e 100644 --- a/keystatic.config.ts +++ b/keystatic.config.ts @@ -23,7 +23,6 @@ export default config({ contentField: 'body', frontmatter: 'yaml', }, - columns: ['title', 'date', 'author'], schema: { title: fields.slug({ name: {