Symptom: Doctor fails on content globs
Root cause#
Globs are relative to the config file, not cwd.
The fix#
Fix paths relative to config location; use ./src/** style globs.
Verify#
- Hard-refresh (the CSS cache is the #1 false negative)
- Run
nakshora doctorand re-build with--stats - Search the docs for the exact class — spelling is unforgiving
Related#
troubleshooting/index|All issues · faq/index|FAQ
