From 710214fa2fd4bec1659adbab21f64cd035400581 Mon Sep 17 00:00:00 2001 From: Tim Cosgrove Date: Wed, 4 Dec 2024 16:34:07 -0800 Subject: [PATCH] Disable flag overrides for staging. (#832) --- envs/.env.staging | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envs/.env.staging b/envs/.env.staging index 48d4121e2..fa776bce4 100644 --- a/envs/.env.staging +++ b/envs/.env.staging @@ -30,5 +30,5 @@ NEXT_PUBLIC_GOOGLE_TAG_MANAGER_PREVIEW=env-661 # Feature flags for enabling content types. These should only be added when you are preparing to go to prod and are testing on staging. # It is better to test these from the CMS backend for staging than here. -FEATURE_NEXT_BUILD_CONTENT_EVENT_LISTING=true -FEATURE_NEXT_BUILD_CONTENT_EVENT=true +# FEATURE_NEXT_BUILD_CONTENT_EVENT_LISTING=true +# FEATURE_NEXT_BUILD_CONTENT_EVENT=true