Skip to content

Commit

Permalink
fix: link script vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
estefanionsantos committed May 13, 2024
1 parent bcccb0d commit 4b1a229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions courses/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1 class="none">Social Network</h1>
</aside>
</div>
</footer>
<script src="http://localhost/repo/gh/estefanionsantos/data/courses/script/list.js" type="text/javascript"></script>
<script src="http://localhost/repo/gh/estefanionsantos/data/courses/script/main.js" type="text/javascript"></script>
<script src="https://data-estefanionsantos.vercel.app/courses/script/list.js" type="text/javascript"></script>
<script src="https://data-estefanionsantos.vercel.app/courses/script/main.js" type="text/javascript"></script>
</body>
</html>

0 comments on commit 4b1a229

Please sign in to comment.