Make all links relative to the project root. Plug-and-play installation.
Totally optional configuration.
base
sets the URL which will be added to the base tag. For the gitbook website this tends to be '/book-name/content'
{
"pluginsConfig": {
"base":{
"base": "/book-name/content"
}
}
}