diff --git a/documentation/docs/next.config.js b/documentation/docs/next.config.js index 6e4c9e0a87..7ace7a05ba 100644 --- a/documentation/docs/next.config.js +++ b/documentation/docs/next.config.js @@ -579,4 +579,7 @@ const config = { transpilePackages: ["@nymproject/contract-clients"], }; -module.exports = config; +module.exports = config, + { + basePath: "/docs", +};