feat(SW-1562): enable CollectionPage

This commit is contained in:
Michael Zetterberg
2025-02-11 12:39:01 +01:00
parent 3c4d08a894
commit e874cd9b9c

View File

@@ -36,9 +36,6 @@ export default async function ContentTypePage({
switch (params.contentType) {
case PageContentTypeEnum.collectionPage:
if (env.HIDE_FOR_NEXT_RELEASE) {
return notFound()
}
return <CollectionPage />
case PageContentTypeEnum.contentPage: {
const isSignupRoute = isSignupPage(pathname)