This commit is contained in:
teasiu
2022-09-24 05:10:30 +08:00
parent 861d043e96
commit 0f8fce2eff

View File

@@ -9,7 +9,7 @@ const config = {
title: '海思机顶盒 NAS 教程',
tagline: '一个极低功耗的 Linux 服务器',
url: 'https://doc.ecoo.top',
baseUrl: '/docs/',
baseUrl: '/book/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
@@ -74,7 +74,7 @@ const config = {
label: '社区论坛',
position: 'left',
},
{to: './blog', label: '作者博客', position: 'left'},
{to: '/blog', label: '作者博客', position: 'left'},
{
href: 'https://github.com/teasiu/doc',
label: 'GitHub',
@@ -116,7 +116,7 @@ const config = {
items: [
{
label: '作者博客',
to: './blog',
to: '/blog',
},
{
label: 'GitHub',