#1 - Renombrar variable de Assets
This commit is contained in:
parent
581a46e9fd
commit
9f4c59b79f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user