Hi all,
I am a developer not designer, I am using your (great !) tool for fast designing websites (like admin panels). So I am migrating exported code to template mechanisms (php, twig) and very helpful will be option for exporting code with absolute paths (starting with “/”) of resources (images, css, js).
Simply:
When I have url in my application like domain.dev/panel/users
, browser is trying to get domain.dev/panel/users/css/webflow.css
not domain.dev/css/webflow.css
Best regards