From e874cd9b9c62e9c4da223dfcfd8ecbf87cb72e16 Mon Sep 17 00:00:00 2001 From: Michael Zetterberg Date: Tue, 11 Feb 2025 12:39:01 +0100 Subject: [PATCH] feat(SW-1562): enable CollectionPage --- app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx b/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx index 5e98131ad..ba5181c3d 100644 --- a/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx +++ b/app/[lang]/(live)/(public)/[contentType]/[uid]/page.tsx @@ -36,9 +36,6 @@ export default async function ContentTypePage({ switch (params.contentType) { case PageContentTypeEnum.collectionPage: - if (env.HIDE_FOR_NEXT_RELEASE) { - return notFound() - } return case PageContentTypeEnum.contentPage: { const isSignupRoute = isSignupPage(pathname)