community urls frontPage Not Working on ToS Page
I'd like to build a link for our ToS that's like:
https://stage.community.duckcreek.com/html/assets/MyFile.pdf
So I used ${community.urls.frontPage} per this doc.
href="${community.urls.frontPage}/html/assets/MyFile.pdf"
which gave
https://stage.community.duckcreek.com/t5/custom/page/page-id/$%7Bcommunity.urls.frontPage%7D/html/assets/MyFile.pdf
Per above, it looks like there's a relative link assumption going on.
Per the ToS instruction text, I see "Select a language, and then click "View" to edit the Terms of Service. You can use HTML or plain text in the field. Text within these characters: "${ }" reuses a text string or URL that is defined elsewhere in the repository so that you don't have to retype it. URLs should not be changed to preserve links back to pages in the community."
Any tips on how to build this URL conditionally so it works on Stage and Prod?