diff --git a/docusaurus-plugin-moonwave/src/index.js b/docusaurus-plugin-moonwave/src/index.js index e4557c9..16e4b41 100644 --- a/docusaurus-plugin-moonwave/src/index.js +++ b/docusaurus-plugin-moonwave/src/index.js @@ -25,7 +25,7 @@ module.exports = (context, options) => ({ `"${binaryPath}" extract "${root.replace( /\\/g, "/" - )}" --base ${basePath}` + )}" --base "${basePath}"` ) .then(({ stdout, stderr }) => { if (stderr.length > 0) {