Update blog collection slug to remove file extension
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
gribse 2025-04-30 21:55:13 +02:00
parent bbb382ef1e
commit ff6480ee66

View file

@ -19,7 +19,7 @@ collections:
label: "Blog"
folder: "content/blog"
create: true
slug: "{{title}}/index.md"
slug: "{{title}}/index"
nested:
depth: 2
summary: "{{title}}"