Skip to content

Commit

Permalink
fix(index): fix demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Nov 11, 2020
1 parent 37e1d9d commit 7cfab51
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 @@ -14,7 +14,7 @@
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io/en/v6.4.3/build/ol.js"></script>
<script src="https://unpkg.com/[email protected]/dist/mapbox-gl.js"></script>
<script src="https://unpkg.com/[email protected]/dist/jsts.min.js"></script>
<script src="index.js"></script>
<script src="build/index.js"></script>
<div id="app">
<div id="header">
<nav>
Expand Down

0 comments on commit 7cfab51

Please sign in to comment.