This section describes how to make all links of one deployment of your static OurBigBook publication to another location. For example, if you have a:
The use case of this is if you are migrating from one domain to another, but you want to keep your old pages around to not break any links, and you also don't want to redirect users across domains.
For example, this happened Ciro felt that OurBigBook Web had reach enough maturity to be a reasonable reader alternative to the static website and so considered redirecting:
- static cirosantilli.com
- to OurBigBook Web dynamic the website under ougbook.com/cirosantilli
By doing this setup, for example a link in rather than pointing to:would instead point to;
https://cirosantilli.com
:= Mathematics
<physics>
https://cirosantilli.com/physics
https://ourbigbook.com/cirosantilli/physics
To achieve this, you should use the following optionsas in:
"publishOptions": {
"toSplitHeaders": true,
"htmlXExtension": false,
"xPrefix": "https://ourbigbook.com/cirosantilli/"
},