Commit 514abc88 authored by Hui's avatar Hui
Browse files

Update settings.js

parent 71adc4b3
Pipeline #2385 passed with stages
in 25 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: "bio", menuText: "bio",
link: `${BASE_URL}/bio/index.html` link: `${BASE_URL}/bio/`
}, },
{ {
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