Commit 3a8049fb authored by Koukofikis's avatar Koukofikis
Browse files

Update settings.js

parent bbbaa7c1
Pipeline #3374 passed with stages
in 26 seconds
...@@ -50,11 +50,11 @@ let settings = { ...@@ -50,11 +50,11 @@ let settings = {
menu: [ menu: [
{ {
menuText: "home", menuText: "home",
link: `${BASE_URL}/home/index.html` link: `${BASE_URL}/home/`
}, },
{ {
menuText: "results", menuText: "results",
link: `${BASE_URL}/results/index.html` link: `${BASE_URL}/results/`
}, },
{ {
menuText: "demo", menuText: "demo",
...@@ -136,4 +136,4 @@ let settings = { ...@@ -136,4 +136,4 @@ let settings = {
title: "Die Gemeinsame Wissenschaftskonferenz" title: "Die Gemeinsame Wissenschaftskonferenz"
} }
] ]
}; };
\ No newline at end of file
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