chore: cache bust component js

This commit is contained in:
Cory Dransfeldt 2024-08-11 15:09:24 -07:00
parent 32c6bc3ba2
commit 16f8f3579f
No known key found for this signature in database
7 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
<script type="module" src="/assets/scripts/components/youtube-video-element.js"></script>
<script type="module" src="/assets/scripts/components/youtube-video-element.js?v={% appVersion %}"></script>
<style>youtube-video{aspect-ratio:16/9;width:100%;margin-bottom:var(--sizing-base)}</style>
<youtube-video controls src="{{ url }}"></youtube-video>