MuYunyun/create-react-doc

站点文件 sitemap.xml 生成丢失

Closed this issue · 2 comments

定位

由于支持短链的需求,如下图所示默认读取 README 的路径发生报错。

image

  • 确认 yarn build 后打印出的 dirTree 的 children 中包含其它路径的 abbrlink。

image

策略: 经过 getPrerenderRoutes(dirTree) 处理后,dirTree.find(r => r.name === '主题').children 得到的内容不一致。经判断有必要对该数据进行深拷贝进行数据隔离。

image