From 0773ac06ec95a632e72344318e9c19cbab16fe20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bu=C4=9Fra=20Canata?= Date: Sat, 17 Jan 2026 23:27:25 +0300 Subject: [PATCH] Add back columns for better post list display Shows title, date, and author columns in the post list view. Co-Authored-By: Claude --- keystatic.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/keystatic.config.ts b/keystatic.config.ts index 92e5121..19da85d 100644 --- a/keystatic.config.ts +++ b/keystatic.config.ts @@ -23,6 +23,7 @@ export default config({ contentField: 'body', frontmatter: 'yaml', }, + columns: ['title', 'date', 'author'], schema: { title: fields.text({ label: 'Başlık',