mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-08-04 14:12:48 +02:00
Fix ee redirect
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user