Released 2026-06-12. Reference playground assets by relative path.
Added
- Relative asset paths in playgrounds. Reference an uploaded asset by its folder and filename —
<img src="screens/photo.jpg">,<img src="hero.png">for a root asset, orurl(screens/photo.jpg)in CSS — and FlowFn swaps in the asset's real URL when the page renders, in the editor preview and on the published site alike. Only exact folder/filename matches are rewritten; page links and external URLs are never touched. The full CDN URL keeps working everywhere, and is still the way to go inside JavaScript. - The playground AI knows about it. Asking the assistant to use your uploads now produces clean relative references in HTML and CSS instead of long URLs.