benjycui / bisheng

Transform Markdown(and other static files with transformers) into a SPA website using React.
MIT License
2.9k stars 419 forks source link

怎么配置,保证能部署到非根路径 #208

Open closertb opened 5 years ago

closertb commented 5 years ago

有一个问题: 在没有nginx的支持下,bisheng好像只能部署到根路径。 有没有一种方式能支持部署到github pages 的一级目录下,像xxx.github.io/project 这种,怎么能保证正常访问

giiska commented 4 years ago

bisheng.config.js 加个 root

module.exports = {
  root: '/project/',
}