Browse Source

Make video URL absolute

Andrea Franceschini 2 năm trước cách đây
mục cha
commit
7a63aa743e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/index.vue

+ 1 - 1
pages/index.vue

@@ -6,7 +6,7 @@
         <div class="grid sm:grid-cols-2 gap-6 mx-auto sm:py-8 py-6 col">
             <div class="aspect-w-16 aspect-h-9">
                 <a href="https://edugames.andreafranceschini.org/"><video autoplay loop muted>
-                    <source src="images/gneg.mp4" type="video/mp4" />
+                    <source src="/images/gneg.mp4" type="video/mp4" />
                     Your browser does not support the video tag.
                 </video></a>
             </div>