Skip to content

Commit

Permalink
Use HTTPS for Stamen script.
Browse files Browse the repository at this point in the history
  • Loading branch information
connormanning committed Jan 18, 2019
1 parent 8ef54f3 commit cd4b780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div id="app"/>

<script src="https://unpkg.com/[email protected]/dist/leaflet.js" crossorigin=""></script>
<script type="text/javascript" src="http://maps.stamen.com/js/tile.stamen.js?v1.3.0"></script>
<script type="text/javascript" src="https://stamen-maps.a.ssl.fastly.net/js/tile.stamen.js"></script>
<script type="text/babel" src="js/app.js"></script>
</body>
</html>
Expand Down

0 comments on commit cd4b780

Please sign in to comment.