mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-10 21:26:01 +02:00
Fix ee redirect
This commit is contained in:
@@ -10,7 +10,7 @@ const nextConfig = {
|
|||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
rewrites: async () => {
|
rewrites: async () => {
|
||||||
const eeRedirects =
|
const eeRedirects =
|
||||||
process.env.NEXT_PUBLIC_ENABLE_PAID_EE_FEATURES === "true"
|
process.env.NEXT_PUBLIC_ENABLE_PAID_EE_FEATURES?.toLowerCase() === "true"
|
||||||
? [
|
? [
|
||||||
// user group pages
|
// user group pages
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user