mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
load map
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
{{-- Fonts --}}
|
||||
@googlefonts
|
||||
{{-- Scripts --}}
|
||||
@mapscripts
|
||||
@include('components.layouts.scripts')
|
||||
<script src="https://kit.fontawesome.com/866fd3d0ab.js" crossorigin="anonymous"></script>
|
||||
<x-embed-styles/>
|
||||
@wireUiScripts
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
{{-- Fonts --}}
|
||||
@googlefonts
|
||||
{{-- Scripts --}}
|
||||
@mapscripts
|
||||
@include('components.layouts.scripts')
|
||||
<script src="https://kit.fontawesome.com/866fd3d0ab.js" crossorigin="anonymous"></script>
|
||||
<x-embed-styles/>
|
||||
@wireUiScripts
|
||||
|
||||
4
resources/views/components/layouts/scripts.blade.php
Normal file
4
resources/views/components/layouts/scripts.blade.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
|
||||
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
|
||||
crossorigin=""/>
|
||||
<script src="{{ asset('dist/leaflet-providers.js') }}"></script>
|
||||
Reference in New Issue
Block a user