From b6b94db80b793a2fcce3dddeba37acec89d7bcbf Mon Sep 17 00:00:00 2001 From: Athanasios <ath.kouk.oid@gmail.com> Date: Mon, 15 Mar 2021 11:50:40 +0100 Subject: [PATCH] Explicit index.html --- public/index.html | 4 ++-- public/settings.js | 4 ++-- 2 files changed, 4 insertions(+), 4 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 ce5cf59..5151bd5 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: "results", - link: `${BASE_URL}/results` + link: `${BASE_URL}/results/index.html` }, { menuText: "demo", -- GitLab