@someok/docusaurus-plugin-relative-paths
v1.0.5
Published
Docusaurus plugin to convert absolute paths from build to relative paths.
Downloads
1,158
Maintainers
Readme
Installation
If using npm, run the following commnad:
npm i docusaurus-plugin-relative-paths
If using yarn, run the following commnad:
yarn add docusaurus-plugin-relative-paths
Usage
In docusaurus.config.js
, add the following code:
module.exports = {
// ...
plugins: ['docusaurus-plugin-relative-paths'],
};