SSG doesn't render breadcrumbs reliably #169
Unanswered
markzegarelli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm using Vercel to build and deploy my site, but breadcrumbs for individual pages seem to be hit or miss. For example, when I work locally, I have a page at:
SDKs / SDK Catalog / Browser / Browser SDK 2
.The SSG output on Vercel for the same page shows
SDK Catalog / Browser /
, and drops the first and last pages.I've tried manually specifying the URLs in SSG for this page, but that doesn't seem to help. Any tips are appreciated. Thanks!
Edit: Some digging revealed that this was an artifact of going from Statamic 5.3 to 5.6.2.
Beta Was this translation helpful? Give feedback.
All reactions