Explorar o código

Fix to missing index.html in ivproh folder

Lucas de Souza %!s(int64=6) %!d(string=hai) anos
pai
achega
0d784be978
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -25,7 +25,7 @@
       </div>
       <div class="container ivprog-container">
         <div class="embed-responsive embed-responsive-16by9">
-          <iframe class="embed-responsive-item" src="ivprogh/index.html" allowfullscreen></iframe>
+          <iframe class="embed-responsive-item" :src="BASE_URL+'ivprogh/index.html'" allowfullscreen></iframe>
         </div>
       </div>