We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bisheng.config.js
module.exports = { source: './posts', output: './_site', theme: 'bisheng-theme-one', port: 8002, };
package.json包版本如下:
"bisheng": "^3.1.0-beta.4", "bisheng-theme-one": "^0.2.37",
运行bisheng start就会报变异错误,如下:
The text was updated successfully, but these errors were encountered:
@DaiShengloda
我把webpack的mode设置成'development', 能看到是这行代码报错
bisheng/packages/bisheng/src/routes.nunjucks.jsx
Line 7 in 7bf6e8c
最后在config.js配置个themeConfig空对象就好了
themeConfig
Sorry, something went wrong.
No branches or pull requests
bisheng.config.js
package.json包版本如下:
运行bisheng start就会报变异错误,如下:
The text was updated successfully, but these errors were encountered: