Update apps/web/next.config.js
parent
1e8e6974ff
commit
aaf83289d1
|
@ -225,7 +225,6 @@ const nextConfig = {
|
|||
return config;
|
||||
},
|
||||
async rewrites() {
|
||||
console.log("process.env.ORGANIZATIONS_ENABLED", process.env.ORGANIZATIONS_ENABLED);
|
||||
const beforeFiles = [
|
||||
// These rewrites are other than booking pages rewrites and so that they aren't redirected to org pages ensure that they happen in beforeFiles
|
||||
...(isOrganizationsEnabled
|
||||
|
|
Loading…
Reference in New Issue