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 0b98f71923daa5aacb4f6fa9c2b452cfc58fb4f6..5bd4ef2d300da198f07071c8ba9ae36e14af6850 100644 --- a/public/settings.js +++ b/public/settings.js @@ -50,7 +50,7 @@ let settings = { menu: [ { menuText: "home", - link: `${BASE_URL}/home` + link: `${BASE_URL}/home/index.html` }, { menuText: "demo",