build(config): 🔧 更新路径

This commit is contained in:
李东云
2022-03-10 19:40:49 +08:00
parent 4cd407a88f
commit 5d12f64239

View File

@@ -9,7 +9,7 @@ const config = {
title: "小九馆",
tagline: "亲眼去看, 亲耳去听, 亲口讲述",
url: "https://novoland-developer-network.github.io",
baseUrl: "/BistroWebsite/",
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
@@ -47,8 +47,7 @@ const config = {
alt: "bistro Logo",
src: "img/logo.svg",
},
items: [
{
items: [{
type: "doc",
docId: "intro",
position: "left",
@@ -74,19 +73,16 @@ const config = {
},
footer: {
style: "dark",
links: [
{
links: [{
title: "手册",
items: [
{
items: [{
label: "简介",
to: "/docs/intro",
}],
},
{
title: "社区",
items: [
{
items: [{
label: "机巧殿🏗开发者",
href: "https://jq.qq.com/?_wv=1027&k=DUMjkk9z",
},
@@ -102,8 +98,7 @@ const config = {
},
{
title: "汇聚成海",
items: [
{
items: [{
label: "九州第一社区 By 机巧殿",
href: "https://9.doylee.cn/",
},
@@ -115,8 +110,7 @@ const config = {
},
{
title: "开发相关",
items: [
{
items: [{
label: "开发者说",
to: "/blog",
},