Commit f73fcaa3 authored by Athanasios's avatar Athanasios
Browse files

Explicit index.html

parent 3ba8ecf3
Pipeline #3035 passed with stages
in 26 seconds
<!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
......@@ -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",
......
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