From 085d2669d828d9900d03f15af14b81c05ae5451f Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 4 Jul 2024 22:27:16 +0200 Subject: [PATCH] public --- 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 1ef2f7c9..2527ac24 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="%PUBLIC_URL%/mapscript.js" charset="utf-8"> </script> <noscript> <img src="https://static.igem.wiki/teams/5247/charts-maps/map1-full.png" alt="" /> -- GitLab