关于vuepress404的问题
module.exports = {
title: "这是标题啊",
description: ".",
base: '/blog/',
themeConfig: {
smoothScroll: true,
nav: [{
text: "这是第一个导航啊",
link: "/guide/http-cache/",
}],
sidebar: {
// 为什么跳到这里就404了,
// 文档说children里第一个/会默认找目录下的README.md
'/guide/http-cache/': [{
title: '引子',
children: ['/', 'overview']
}
],
}
}
}
没整明白,请教一下
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
给你个参考
config.js完整代码