Hello,
Adding sharing content, following this document:
https://developers.facebook.com/docs/sharing/webmasters#markup
So, adding:
...
<meta property="og:url" content="@{ url }" />
...
Thats the output:
<meta property="og:url" content="/" />
I know, it is possible prefix it with typing the website url before the variable:
<meta property="og:url" content="https://mywebsite.com@{ url }" />
But is there a (reserved) variable for this, adding the website url dynamicalliy?
Or is the best way, showing a variable-field (ex. baseWebsiteUrl) in the dashboard?