Ver Fonte

Fix to missing index.html in ivproh folder

Lucas de Souza há 6 anos atrás
pai
commit
0d784be978
1 ficheiros alterados com 1 adições e 1 exclusões
  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>