4
0
forked from crowetic/commerce

Disable wishlist

This commit is contained in:
Luis Alvarez 2021-02-23 13:59:11 -05:00
parent 412f268148
commit b931bc47af

View File

@ -7,7 +7,7 @@ module.exports = {
defaultLocale: 'en-US',
},
env: {
WISHLIST_ENABLED: true,
WISHLIST_ENABLED: false,
},
rewrites() {
return [