9b01fab383
Build and Deploy Verso / deploy (push) Successful in 7m39s
OutputFileFinder excluded all incoming project resources from the output set, and OutputCacheManager only copies outputs into the served build dir. For PDF that's fine (media is embedded), but for HTML/RevealJS the browser fetches images/videos/fonts from the output path at runtime — so a deck's referenced image (a project input file) was never served and rendered broken in the preview. When the compile produced output.html, keep media inputs (img/video/audio/font extensions) in the output set so they're served alongside the deck. PDF/LaTeX compiles are unaffected. This also makes referenced media land in output.zip, which the upcoming presentation-publishing feature relies on. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>