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',