@@ -3,6 +3,8 @@ import React from "react";
const isDevelopment = process.env.NODE_ENV === "development";
export const CarbonAds = () => {
+ if (isDevelopment) return null;
+
return (
<>
<script