You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@duboisp@Garneauma The href attribute contains logic to prepend "http" to the breadcrumb link unless it already contains "http". This implementation poses a problem for local development or staging environments where absolute URLs are unknown, as it forces the presence of "http" in all breadcrumb links, making it impossible to set relative links.
The text was updated successfully, but these errors were encountered:
@delisma If you are developing your own instance of GCWeb, you can update the variable "setting-siteBasePath" in settings.liquid. Otherwise, the solution works well for us for relative URLs and absolute URLs. I am not sure what is not working for you...
GCWeb/sites/breadcrumbs/includes/breadcrumbs.html
Line 29 in 558715a
@duboisp @Garneauma The href attribute contains logic to prepend "http" to the breadcrumb link unless it already contains "http". This implementation poses a problem for local development or staging environments where absolute URLs are unknown, as it forces the presence of "http" in all breadcrumb links, making it impossible to set relative links.
The text was updated successfully, but these errors were encountered: