1.0.3 • Published 5 years ago

gitbook-plugin-autohome-fix-link v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

gitbook-plugin-autohome-fix-link

Fixes a GitBook issue where the trailing backslash is not included with relative links.

To add this plugin, enter the following the book.json file:

{
    "plugins": [ "autohome-fix-link" ],
    "pluginsConfig": {
        "autohome-fix-link": {
            "link": "https://www.npmjs.com/"
        }
    }
}

The link option should be set as the base uri of your site.