Commit b6b94db8 authored by Athanasios's avatar Athanasios
Browse files

Explicit index.html

parent 6374aa14
Pipeline #3371 passed with stages
in 33 seconds
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Redirecting...</title> <title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=home"> <meta http-equiv="refresh" content="0; URL=home/index.html">
<link rel="canonical" href="home"> <link rel="canonical" href="home/index.html">
\ No newline at end of file \ No newline at end of file
...@@ -50,11 +50,11 @@ let settings = { ...@@ -50,11 +50,11 @@ let settings = {
menu: [ menu: [
{ {
menuText: "home", menuText: "home",
link: `${BASE_URL}/home` link: `${BASE_URL}/home/index.html`
}, },
{ {
menuText: "results", menuText: "results",
link: `${BASE_URL}/results` link: `${BASE_URL}/results/index.html`
}, },
{ {
menuText: "demo", menuText: "demo",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment