locally copy libs scripts and styles

This commit is contained in:
Tykayn 2025-06-03 14:58:23 +02:00 committed by tykayn
parent 485f1774d0
commit 9390a38adf
16 changed files with 9493 additions and 22 deletions

View file

@ -4,7 +4,7 @@
{% block stylesheets %}
{{ parent() }}
<link href='https://cdn.jsdelivr.net/npm/maplibre-gl@3.6.2/dist/maplibre-gl.css' rel='stylesheet' />
<link href='{{ asset('js/maplibre/maplibre-gl.css') }}' rel='stylesheet' />
{% endblock %}
{% block body %}
@ -68,7 +68,7 @@
</div>
</div>
<script src='https://cdn.jsdelivr.net/npm/maplibre-gl@3.6.2/dist/maplibre-gl.js'></script>
<script src='{{ asset('js/maplibre/maplibre-gl.js') }}'></script>
<script>
const request = `{{query_places|raw}}`;
const zip_code = `{{stats.zone}}`;