diff --git a/apps/cyberstorm-remix/app/root.tsx b/apps/cyberstorm-remix/app/root.tsx index fa979736e..fcc0d72fa 100644 --- a/apps/cyberstorm-remix/app/root.tsx +++ b/apps/cyberstorm-remix/app/root.tsx @@ -322,6 +322,7 @@ function AdsInit() { const $script = document.createElement("script"); $script.src = "https://s.nitropay.com/ads-785.js"; $script.setAttribute("async", "true"); + $script.setAttribute("data-log-level", "silent"); document.body.append($script);