ci update
All checks were successful
Build & Push Docker (latest) / verify (push) Successful in 9m31s
Build & Push Docker (latest) / build (push) Successful in 16s

This commit is contained in:
Aiden Wilson
2026-05-29 23:58:42 +10:00
parent 959f6590c3
commit 3e6b128643
4 changed files with 6 additions and 6 deletions

View File

@@ -399,7 +399,7 @@ export function casparTemplatePage() {
<main class="stage fit-contain">
<section class="embed provider-empty" data-source="" style="--embed-width:500px"></section>
</main>
<script src="/caspar.js"></script>
<script type="module" src="/caspar.js"></script>
</body>
</html>`;
}
@@ -477,7 +477,7 @@ export function collagePage({
<div class="collage-track"></div>
</main>
<script id="collage-data" type="application/json">${safeJson(collageData)}</script>
<script src="/collage.js"></script>
<script type="module" src="/collage.js"></script>
</body>
</html>`;
}