fix(routes): support subcategory URLs with catch-all route (#186)
* chore: add .claude/worktrees to gitignore
* fix(routes): support subcategory URLs with catch-all route
Change category route from [slug] to [...slug] so subcategory paths
like /c/feedback/bug-reports resolve correctly instead of returning 404.
Sitemap now generates nested paths for subcategories.
* style(routes): fix prettier formatting in category page
authored by