mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
updates
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user