feat(SW-1562): enable CollectionPage
This commit is contained in:
@@ -36,9 +36,6 @@ export default async function ContentTypePage({
|
|||||||
|
|
||||||
switch (params.contentType) {
|
switch (params.contentType) {
|
||||||
case PageContentTypeEnum.collectionPage:
|
case PageContentTypeEnum.collectionPage:
|
||||||
if (env.HIDE_FOR_NEXT_RELEASE) {
|
|
||||||
return notFound()
|
|
||||||
}
|
|
||||||
return <CollectionPage />
|
return <CollectionPage />
|
||||||
case PageContentTypeEnum.contentPage: {
|
case PageContentTypeEnum.contentPage: {
|
||||||
const isSignupRoute = isSignupPage(pathname)
|
const isSignupRoute = isSignupPage(pathname)
|
||||||
|
|||||||
Reference in New Issue
Block a user