chore: allow assing basePath from parent repo

This commit is contained in:
Lin Onetwo
2022-12-19 16:40:07 +08:00
committed by DarkSky
parent e435dbd2cb
commit 4acf6c99a7

View File

@@ -14,6 +14,7 @@ const nextConfig = {
VERSION: getGitVersion(),
COMMIT_HASH: getCommitHash(),
},
basePath: process.env.BASE_PATH,
};
module.exports = nextConfig;