Skip to content

Commit

Permalink
feat(ad): remove google adsense
Browse files Browse the repository at this point in the history
  • Loading branch information
1ilsang committed Aug 16, 2024
1 parent c03c6ee commit 94ef477
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion public/ads.txt

This file was deleted.

2 changes: 0 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Metadata } from 'next';
import localFont from 'next/font/local';
import { BannerWrapper } from '~/shared/components/Banner';
import GoogleADSense from '~/shared/components/GoogleADSense';
import { ImageUrl, MetaDescription, MetaTitle } from '~/shared/constants/blog';

import '~/styles/index.scss';
Expand All @@ -18,7 +17,6 @@ export default function RootLayout({
{children}
<div id="portal" />
</body>
<GoogleADSense pId="1434955055285571" />
</html>
);
}
Expand Down
22 changes: 0 additions & 22 deletions src/features/shared/components/GoogleADSense.tsx

This file was deleted.

0 comments on commit 94ef477

Please sign in to comment.