diff --git a/keystatic.config.ts b/keystatic.config.ts index 229f7e5..9f012a6 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/*', + path: 'src/data/post/*.md', format: { contentField: 'body', frontmatter: 'yaml',