diff --git a/public/index.html b/public/index.html
index 61f9bfbf771a5f44ae71e984858d1b3fe9a496c8..04ef32ac0f90229851f6f2cb19093e5825fad549 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <title>Redirecting...</title>
-<meta http-equiv="refresh" content="0; URL=home">
-<link rel="canonical" href="home">
\ No newline at end of file
+<meta http-equiv="refresh" content="0; URL=home/index.html">
+<link rel="canonical" href="home/index.html">
\ No newline at end of file
diff --git a/public/settings.js b/public/settings.js
index e172d219e5a4ff7785d44e0cd80a4de01c2efc26..54653049ff7414152d1a979776eb1e8b70d0c3e3 100644
--- a/public/settings.js
+++ b/public/settings.js
@@ -50,11 +50,11 @@ let settings = {
   menu: [
     {
       menuText: "home",
-      link: `${BASE_URL}/home`
+      link: `${BASE_URL}/home/index.html`
     },
     {
       menuText: "bio",
-      link: `${BASE_URL}/bio`
+      link: `${BASE_URL}/bio/index.html`
     },
     {
       menuText: "demo",