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({
|
post: collection({
|
||||||
label: 'Blog Yazıları',
|
label: 'Blog Yazıları',
|
||||||
slugField: 'title',
|
slugField: 'title',
|
||||||
path: 'src/data/post/*.md',
|
path: 'src/data/post/*',
|
||||||
format: {
|
format: {
|
||||||
contentField: 'body',
|
contentField: 'body',
|
||||||
frontmatter: 'yaml',
|
frontmatter: 'yaml',
|
||||||
|
|||||||
Reference in New Issue
Block a user