mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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")) {
|
if (parseInt(process.env.NEXT_PUBLIC_DEPLOY_WITH_NGINX || "0")) {
|
||||||
const nextConfigWithNginx = withImages({ basePath: "/spaces", ...nextConfig });
|
const nextConfigWithNginx = withImages({ basePath: "/spaces", ...nextConfig });
|
||||||
|
module.exports = nextConfigWithNginx;
|
||||||
} else {
|
} else {
|
||||||
module.exports = nextConfig;
|
module.exports = nextConfig;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user