Skip to content

Commit

Permalink
Cache busting on primary js file
Browse files Browse the repository at this point in the history
  • Loading branch information
chadj committed Jun 15, 2020
1 parent d6cc1ba commit 100129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,6 @@ <h1>GPedal</h1>
</gpx>
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD8CBYhq7f2aibteBvLz2jvRZAHu346qJM&libraries=geometry"></script>
<script src="bundle.js"></script>
<script src="bundle.js?v=d6cc1ba"></script>
</body>
</html>

0 comments on commit 100129c

Please sign in to comment.