Einbinden von OverlappingMarkerSpiderfier,js

ohne Error, der code muss noch optimiert werden
This commit is contained in:
ISA
2024-04-18 09:47:25 +02:00
parent d8a0430f17
commit 82f259a3a6
4 changed files with 860 additions and 162 deletions

View File

@@ -6,6 +6,10 @@ import React from "react";
export default function MyApp({ Component, pageProps }) {
return (
<>
<Script
src="/js/OverlappingMarkerSpiderfier.js"
strategy="beforeInteractive"
/>
<Component {...pageProps} />
</>
);