E.g.: cirosantilli.com/education-level nosplit points to the page itself. Should instead point to cirosantilli.com/education#education-level
Possiby happens only with:redirects enabled.
"publishOptions": {
"toSplitHeaders": true,
"htmlXExtension": false,
"xPrefix": "https://ourbigbook.com/cirosantilli/"
},
Further investigation shows that
"toSplitHeaders": true,
is the issue. Fixing this for now bu ust removing the split/nosplit in that case.