Ver Fonte

🐛 fix scripts base href

jmacura há 3 anos atrás
pai
commit
1325340227
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/index.html

+ 1 - 1
src/index.html

@@ -3,7 +3,7 @@
 <head>
   <meta charset="utf-8">
   <title>Rural attractiveness explorer</title>
-  <base href="/">
+  <base href="./">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link rel="icon" type="image/x-icon" href="favicon.ico">
 </head>