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
Despite the fact that the glossary link is referencing the site.path (see here) the final build is still lacking the /en prefix.
As a result the docs pages link to /glossary instead of /en/glossary
I've attempted variations including double curly and using site.url but was not able to determine the cause. This seems to be the only place this occurs. I'm not sure if it has to do with the partial or what.
For the time being a redirect is relocating users to the correct page.
The text was updated successfully, but these errors were encountered:
Despite the fact that the glossary link is referencing the
site.path
(see here) the final build is still lacking the/en
prefix.As a result the docs pages link to
/glossary
instead of/en/glossary
I've attempted variations including double curly and using
site.url
but was not able to determine the cause. This seems to be the only place this occurs. I'm not sure if it has to do with the partial or what.For the time being a redirect is relocating users to the correct page.
The text was updated successfully, but these errors were encountered: