diff --git a/components/custom-ad.tsx b/components/custom-ad.tsx index 309929502..58aa92ab0 100644 --- a/components/custom-ad.tsx +++ b/components/custom-ad.tsx @@ -9,6 +9,8 @@ function getPageSlug() { export const CustomAd = () => { const slug = getPageSlug(); + return null; + if (slug !== 'devops') { return null; }