From dc81d152d75244ab5070a73ead10582ddd40dd7c Mon Sep 17 00:00:00 2001 From: Athanasios <ath.kouk.oid@gmail.com> Date: Mon, 15 Mar 2021 11:50:23 +0100 Subject: [PATCH] Explicit index.html --- public/index.html | 4 ++-- public/settings.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 61f9bfb..04ef32a 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 0b98f71..5bd4ef2 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", -- GitLab