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:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user