From d45e1fefc355373e62989c75f65ce766abe8353f Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 4 Jul 2024 21:36:33 +0200 Subject: [PATCH] test --- src/components/Map1.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Map1.tsx b/src/components/Map1.tsx index 3606e2b1..19e221b2 100644 --- a/src/components/Map1.tsx +++ b/src/components/Map1.tsx @@ -1,7 +1,7 @@ import InnerHTML from 'dangerously-set-html-content' export function Map1(){ const htmlFile = `<div style="min-height: 374px"> - <script type="text/javascript" defer src="./mapscript.js" charset="utf-8"> + <script type="text/javascript" defer src="/mapscript.js" charset="utf-8"> </script> <noscript> <img src="https://static.igem.wiki/teams/5247/charts-maps/map1-full.png" alt="" /> -- GitLab