chore(ads): remove all ads

This commit is contained in:
Rico van Zelst
2025-12-31 22:38:31 +01:00
parent 4572d97925
commit 329e071e2b
20 changed files with 40 additions and 170 deletions

View File

@@ -20,8 +20,6 @@
<meta name="msapplication-config" content="/img/icons/browserconfig.xml">
<meta name="theme-color" content="#ff7c47">
<meta name="google-adsense-account" content="ca-pub-4505764048662657">
<title>@yield('title')</title>
<meta name="description" content="@yield('description')">
@@ -57,10 +55,6 @@
@vite(['resources/css/app.css', 'resources/js/app.js'])
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{ config('ads.client_id') }}"
crossorigin="anonymous"></script>
@stack('top_scripts')
<x-analytics.umami />
</head>
@@ -68,9 +62,8 @@
<body class="antialiased bg-stone-900 dark scroll-smooth">
<x-navbar />
@yield('content')
<x-ads.common />
<x-footer />
@stack('bottom_scripts')
</body>
</html>
</html>