add basePath to next.config.js
This commit is contained in:
@@ -579,4 +579,7 @@ const config = {
|
||||
transpilePackages: ["@nymproject/contract-clients"],
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
module.exports = config,
|
||||
{
|
||||
basePath: "/docs",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user