Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

v1.50.0

UpdatedJun 13, 2026Reading time1 min read

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, or url(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.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →