use relative path in navigation.json

This commit is contained in:
Le Tan 2019-08-14 21:48:59 +08:00
parent addbf6bc01
commit 339d4ef6e9
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
[
{
"text": "中文 Chinese",
"target": "https://tamlok.github.io/vnote/zh_cn/"
"target": "../zh_cn/"
}
]
}

View File

@ -37,7 +37,7 @@
[
{
"text": "English",
"target": "https://tamlok.github.io/vnote/en_us/"
"target": "../en_us/"
}
]
}