fix(producer): serve symlinked render assets (#486)

This commit is contained in:
Miguel Ángel
2026-04-25 06:36:27 +02:00
committed by GitHub
parent 5e1db03fe7
commit 2f60dd3727
9 changed files with 123 additions and 6 deletions
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="shared/brand.css">
</head>
<body style="margin: 0">
<div data-composition-id="render-symlinked-assets" data-width="320" data-height="180" data-duration="5" style="position: relative; width: 320px; height: 180px; overflow: hidden">
<div class="stage clip" data-start="0" data-duration="5">
<div class="card">SYMLINK CSS</div>
</div>
</div>
</body>
</html>