mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-07 18:30:25 +02:00
Fix ee redirect
This commit is contained in:
parent
65b65518de
commit
89fac98534
@ -10,7 +10,7 @@ const nextConfig = {
|
||||
swcMinify: true,
|
||||
rewrites: async () => {
|
||||
const eeRedirects =
|
||||
process.env.NEXT_PUBLIC_ENABLE_PAID_EE_FEATURES === "true"
|
||||
process.env.NEXT_PUBLIC_ENABLE_PAID_EE_FEATURES?.toLowerCase() === "true"
|
||||
? [
|
||||
// user group pages
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user