feat(SW-1562): enable CollectionPage
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user