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
Most hrefs generated have a / at the beginning, which refers back to the primary domain.
Since I want the generated site be under http://somedomain/my-org-page, op/do-publish doesn't quite work. I thought the quickest work around is to introduce a base in the head
<TITLE>Base element example</TITLE>
I could create my own mustache theme for that, but I was wondering if that is the best way to accomplish this, it feels like op/site-domain should have taken care of this issue, and have pre-pended the site-domain after all slashes in href, but it doesn't do that right now.
Please let me know what would be my best option.
The text was updated successfully, but these errors were encountered:
Most hrefs generated have a / at the beginning, which refers back to the primary domain.
<TITLE>Base element example</TITLE>Since I want the generated site be under http://somedomain/my-org-page, op/do-publish doesn't quite work. I thought the quickest work around is to introduce a base in the head
I could create my own mustache theme for that, but I was wondering if that is the best way to accomplish this, it feels like op/site-domain should have taken care of this issue, and have pre-pended the site-domain after all slashes in href, but it doesn't do that right now.
Please let me know what would be my best option.
The text was updated successfully, but these errors were encountered: