From b931bc47afe20c923381316d36c6e3b4a4358bc7 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 23 Feb 2021 13:59:11 -0500 Subject: [PATCH] Disable wishlist --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index fe4441dda..939031884 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,7 @@ module.exports = { defaultLocale: 'en-US', }, env: { - WISHLIST_ENABLED: true, + WISHLIST_ENABLED: false, }, rewrites() { return [