Browse Source

fix pour placement dans sous-dossier

rajah 5 months ago
parent
commit
7512a2acd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/index.html

+ 1 - 1
src/index.html

@@ -3,7 +3,7 @@
 <head>
   <meta charset="utf-8">
   <title>Demovote</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>