From 43bdb92d7258eeb600869442a234014bc49cf9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bu=C4=9Fra=20Canata?= Date: Sat, 17 Jan 2026 22:30:29 +0300 Subject: [PATCH] Fix KeyStatic collection path to end with /* KeyStatic requires collection paths to end with /* pattern. Co-Authored-By: Claude --- keystatic.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystatic.config.ts b/keystatic.config.ts index 9f012a6..229f7e5 100644 --- a/keystatic.config.ts +++ b/keystatic.config.ts @@ -10,7 +10,7 @@ export default config({ post: collection({ label: 'Blog Yazıları', slugField: 'title', - path: 'src/data/post/*.md', + path: 'src/data/post/*', format: { contentField: 'body', frontmatter: 'yaml',