1-implementar-workflows #2

Merged
giacchetta merged 7 commits from 1-implementar-workflows into main 2025-06-11 19:20:24 -03:00
Showing only changes of commit 9f4c59b79f - Show all commits

View File

@ -65,7 +65,7 @@ const totalCourseDuration = sumTimes(courseDurations);
controls
preload="auto"
class="object-fit-fill">
<source src={`${import.meta.env.ASTRO_DIRECTUS_ASSETS}/${item.video}`} type="video/mp4" />
<source src={`${import.meta.env.ASTRO_ASSETS}/${item.video}`} type="video/mp4" />
</video>
</div>
</span>