npm Pakete overlapping-marker-spiderfier-leaflet und leaflet.smooth_marker_bouncing benutzt
This commit is contained in:
@@ -14,3 +14,20 @@ export default function MyApp({ Component, pageProps }) {
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
// Bibliotheken, die in der _app.js-Datei importiert werden, werden auf jeder Seite geladen.
|
||||
/* import Script from 'next/script';
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
<>
|
||||
<Script
|
||||
src="/js/OverlappingMarkerSpiderfier.js"
|
||||
strategy="beforeInteractive"
|
||||
/>
|
||||
<Component {...pageProps} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default MyApp; */
|
||||
|
||||
Reference in New Issue
Block a user