Jekyll-Assets prefix subfolder

Hey,

I’m using the jekyll-assets plugin for my jekyll site. I have also two servers, a production server and a development server. The live server has the domain www.example.com and the dev site should stay in www.example.com/folder/subfolder.
Now the problem: In the _config.yml file I have setting up the assets prefix to “/_assets”. On the live server the paths to the assets are set correct because the website is in the root folder but on the live site the the paths are set false.

Does someone knows how I can fix that?

Thanks
Marvin

Jekyll Assets will respect your baseurl, as well as your destination folder. Can you provide more detail?