forked from github/plane
next config fixes in space app (#2084)
This commit is contained in:
parent
03f204a71c
commit
729eabdd3f
@ -13,6 +13,7 @@ const nextConfig = {
|
||||
|
||||
if (parseInt(process.env.NEXT_PUBLIC_DEPLOY_WITH_NGINX || "0")) {
|
||||
const nextConfigWithNginx = withImages({ basePath: "/spaces", ...nextConfig });
|
||||
module.exports = nextConfigWithNginx;
|
||||
} else {
|
||||
module.exports = nextConfig;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user