This commit is contained in:
okbel
2021-02-24 14:37:25 -03:00
parent bbfca29217
commit bcd1d46e30
21 changed files with 98 additions and 68 deletions

View File

@@ -17,7 +17,7 @@ export async function getStaticProps({
locale,
}: GetStaticPropsContext) {
// Disabling page if Feature is not available
if (!process.env.WISHLIST_ENABLED) {
if (!process.env.COMMERCE_WISHLIST_ENABLED) {
return {
notFound: true,
}