Fix KeyStatic collection path to end with /*

KeyStatic requires collection paths to end with /* pattern.

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