Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Fix deployment on github. JS assets weren't at the right path. #254
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Nov 1, 2022
1 parent 9e91b30 commit 142f720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osm2lanes-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
<!-- Leaflet -->
<link data-trunk rel="css" href="assets/css/leaflet.css" />
<link data-trunk rel="css" href="assets/css/leaflet-gesture-handling.min.css" />

<!-- The following is all necessary to work both locally and on Github Pages -->
<base data-trunk-public-url/>
<link data-trunk rel="copy-dir" href="assets/js" />
<script src="/js/leaflet.js"></script>
<script src="/js/leaflet-gesture-handling.min.js"></script>
Expand Down

0 comments on commit 142f720

Please sign in to comment.