diff --git a/public/index.html b/public/index.html
index 86bd10be6b6eea3697b9e08a01ec27582fbbbfa7..1bbf7e8708eeecb0b05bc4ef4653020e8bf782cd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -16,7 +16,7 @@
   <body>
     <div id="root"></div>
     
-    <script type="module" src="/src/main.tsx"></script>
+    <script type="module" src="./src/main.tsx"></script>
   </body>
 </html>
 
diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx
index b954a98f74303c71385277a253bce29c52ba13c6..34254a0be52e940ded9a92c501abb41c99387689 100644
--- a/src/contents/Home.tsx
+++ b/src/contents/Home.tsx
@@ -8,7 +8,7 @@ export function Home() {
         <div className="col">
           <h2>Wiki under construction!</h2>
           <hr />
-          Hello14
+          Hello15
         </div>
       </div>
       <div className="row">