Publish a site with the full URL for stylesheets and js etc.?

When RW and Stacks publishes a site, in the index files, and perhaps elsewhere, it doesn’t reference the full URL to styles sheets etc. but uses relative one. ie…

<link rel="stylesheet" href="../rw_common/plugins/stacks/font-awesome.min.css?rwcache=758984761">

as opposed to…

<link rel="stylesheet" href="https://www.domain-name.com/rw_common/plugins/stacks/font-awesome.min.css?rwcache=758984761">

This is causing a problem with a plugin for me.

Is there a way to force RW/Stacks to use the full path?

Yes, I think in the export settings, you have a setting therefore. It on my Mac right now. I guess the relative URL / path settings.

Do you mean here…

If so, that doesn’t seem to make any diference.

Yes, I though this would also control the links to the JS includes.

Me too, but it seems not. I can’t actually see what it changes!