Updated logo, and merged root static folder with static folder under assets.

This commit is contained in:
Bob Vandevliet 2024-06-22 10:43:27 +02:00
parent 8b1eebdd12
commit ed306a26d2
4 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
<div class="hero position-relative overflow-hidden">
<video class="cover parallax" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
<source src="static/showreel.mp4" type="video/mp4">
<source src="assets/static/showreel.mp4" type="video/mp4">
</video>
</div>
</header>