10 Reasons Why You Can't Unclutter Your Kitchen

1. Verify the Slug Field in Content Files
First, confirm that your content files (e.g., Markdown files) have a valid slug
field in their frontmatter.
For example, a valid my-post.md
should include:
If the slug
field still contains {{slugify title}}
(the template literal) instead of a resolved value, your CMS configuration is incorrect.
Ensure Decap CMS is saving the actual slug (not the template) by:
- Using
default: "{{slugify title}}"
in the CMS config (as previously shown). - Testing with new entries to confirm the slug auto-generates properly.
markdownCopy