#how can I create dynamic breadcrumb?
10 messages · Page 1 of 1 (latest)
Would you like to grab the dynamic segments from the URL?
hmm I would prefer to avoid that. Ideally there would be a display version of the segment defined somewhere. The segment I assume is slugified and not necessarily appropriate to display as is
have you got an example pls?
After playing around with some more realistic examples using Prisma my use case was solved simply 🙂
how can I create dynamic breadcrumb?
hey jesperp! how you managed to create dynamic breadcrumbs?
This is what I'd like: to be able to access data from each URL segment. I want to grab each segment's head export individually.
yeah, that works
My UX simply got away with breadcrumbs, so I skipped implenting it 🙂