Skip to content

Commit

Permalink
rm google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 25, 2024
1 parent a699cb3 commit 10e4776
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import type { Metadata } from 'next'
import { Nunito, Noto_Sans_JP } from 'next/font/google'
import { Suspense } from 'react'
import './globals.css'
import AppleTouchIcon from '../../public/favicons/apple-touch-icon.png'
import Favicon16 from '../../public/favicons/favicon-16x16.png'
import Favicon32 from '../../public/favicons/favicon-32x32.png'
import Favicon from '../../public/favicons/favicon.ico'
import GoogleAnalytics from './components/GoogleAnalytics'

const title = 'Walnuts.dev'
const description = 'I am Walnuts'
Expand Down Expand Up @@ -56,9 +54,6 @@ export default function RootLayout({ children }: { children: React.ReactNode })
return (
<html lang='ja'>
<head>
<Suspense fallback={<></>}>
<GoogleAnalytics />
</Suspense>
<link rel='manifest' href='/favicons/site.webmanifest' />
<link rel='mask-icon' href='/favicons/safari-pinned-tab.svg' color='#5bbad5' />
<meta name='msapplication-TileColor' content='#da532c' />
Expand Down
1 change: 0 additions & 1 deletion src/gtag.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions src/gtag.ts

This file was deleted.

0 comments on commit 10e4776

Please sign in to comment.