Docusaurus plugin to convert absolute paths from build to relative paths.
npm install @someok/docusaurus-plugin-relative-pathsIf using npm, run the following commnad:
``sh`
npm i docusaurus-plugin-relative-paths
If using yarn, run the following commnad:
`sh`
yarn add docusaurus-plugin-relative-paths
In docusaurus.config.js, add the following code:
``js
module.exports = {
// ...
plugins: ['docusaurus-plugin-relative-paths'],
};