fix: doc footer type config error

docFooter应该传递对象而不是对象数组

Log:
This commit is contained in:
wurongjie 2023-03-31 14:03:35 +08:00 committed by HarryLoong
parent 0687a16f32
commit 477baf3ea5

View File

@ -83,12 +83,10 @@ export default defineConfig({
],
},
],
docFooter: [
{
prev: '上一页',
next: '下一页'
}
],
docFooter: {
prev: '上一页',
next: '下一页'
},
darkModeSwitchLabel: '浅色/深色模式',
outlineTitle: '此页的大纲',
sidebarMenuLabel: '菜单',