Skip to content

Commit

Permalink
fix client js libs outside of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Dec 19, 2023
1 parent aa6ea46 commit b882321
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion 53_splide-slider/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ const proj = "53_splide-slider"
</style>


<script src="./splider_thumbnail.js"></script>
<script src="../libs/splider_thumbnail.js"></script>
2 changes: 1 addition & 1 deletion 53_splide-slider/src/pages/simple.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ const proj = "53_splide-slider"
</style>


<script src="./splider_test.js"></script>
<script src="../libs/splider_test.js"></script>
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 54_swiper-slider/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ const proj = "54_swiper-slider"
</style>


<script src="./thumbnail.js"></script>
<script src="../libs/slider_thumbnail.js"></script>
2 changes: 1 addition & 1 deletion 54_swiper-slider/src/pages/simple.astro
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ const proj = "54_swiper-slider"
</style>


<script src="./simple_slider.js"></script>
<script src="../libs/slider_simple.js"></script>

0 comments on commit b882321

Please sign in to comment.