feat(SW-2285): Added campaign essentials block on campaign page
Approved-by: Christian Andolf Approved-by: Matilda Landström
This commit is contained in:
@@ -9,7 +9,7 @@ import CampaignPageSkeleton from "@/components/ContentType/CampaignPage/Campaign
|
||||
export { generateMetadata } from "@/utils/generateMetadata"
|
||||
|
||||
export default async function CampaignPagePage() {
|
||||
if (env.NEW_SITE_LIVE_STATUS === "NOT_LIVE") {
|
||||
if (!env.CAMPAIGN_PAGES_ENABLED) {
|
||||
return notFound()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user