diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33beefd6155445c930e06709efab80534d4b6200..33cc780e71ff7d5f3ce91b21e7d45f398a2f23f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ pages:
   script:
     - yarn build
     - cp -a dist/. public/
-    - echo '/* /index.html 200' > public/_redirects
+    
   artifacts:
     paths:
       - public
diff --git a/src/components/Map1.tsx b/src/components/Map1.tsx
index 19e221b226778b0400fc665757b109a7fb1669ac..d46e39c5874cc02f50cd07036bf65c28319a7b5e 100644
--- a/src/components/Map1.tsx
+++ b/src/components/Map1.tsx
@@ -1,11 +1,12 @@
 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="" />
-        </noscript>
+        </noscript> 
 </div>`
 return( 
     <InnerHTML html={htmlFile} />
diff --git a/tsconfig.json b/tsconfig.json
index daf6bdf7263ab72515f15cd10a28e55b312cf1a9..9a1334d1db843191db3c1a4a04aac1f8390e18e5 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -20,7 +20,7 @@
       "noUnusedParameters": true,
       "noFallthroughCasesInSwitch": true
     },
-    "include": ["src", "mapscript.js"]
+    "include": ["src", "src/contents/mapscript.js"]
   }
   
   
\ No newline at end of file