Using mapbox from their CDN

This commit is contained in:
Jonny Barnes 2019-05-12 10:31:04 +01:00
parent d884435809
commit 490d9eaf7a
40 changed files with 45 additions and 846 deletions

View file

@ -47,6 +47,5 @@
@section('scripts')
<link rel="stylesheet" href="/assets/highlight/zenburn.css">
<script defer src="/assets/js/links.js"></script>
<link rel="stylesheet" href="/assets/frontend/mapbox-gl.css">
<script defer src="/assets/js/maps.js"></script>
@include('templates.mapbox-links')
@stop