aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/hooks/use-breadcrumbs/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(hooks): rewrite useBreadcrumbs hookArmand Philippot2023-12-121-0/+1
* use next/router to get the slug instead of using props * handle cases where the current page title is not provided * update JSON-LD schema to match the example in documentation * add tests