Update KeyStatic to use .md files instead of .mdoc

Change path pattern to match existing markdown posts.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Buğra Canata
2026-01-17 22:18:05 +03:00
parent 7dcaa2adcb
commit 24736db514
+1 -1
View File
@@ -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',