|
What is the error that says the directory of the blog folder cannot be found. But I have configured the path of the blog and it can be displayed normally in start and build. presets: [
[
'classic',
/** @type {import('@docusaurus/preset-classic').Options} */
({
blog: {
path: "update",
blogSidebarCount: "ALL",
blogTitle: "xxx",
routeBasePath: "update",
showReadingTime: true,
blogSidebarTitle: "xxx",
},update directory exists. Thank you for your answer. |
Answered by
hb20007
Aug 11, 2026
Replies: 1 comment 4 replies
|
Added: docusaurus@2.0.4; node@18 |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This might help if you are trying to get rid of this warning in docs-only mode: #4738 (comment)