SSG doesn't render breadcrumbs reliably #169
Replies: 1 comment
-
Closing this in favor of #174. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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