AEM Sightly Absolute path for Client libs
So this is a newbie question I'm sure... But I have the following code:
<sly data-sly-call="${clientLib.css @ categories='ceportal'}"></sly>
Which is rendered as :
<link rel="stylesheet" href="https://forums.adobe.com/etc/designs/ceportal/clientlibs.css" type="text/css">
I need it to be rendered as:
<link rel="stylesheet" href="Https://Some.Url.Com/etc/designs/ceportal/clientlibs.css" type="text/css">
Any advice experts?