Skip to content

Commit

Permalink
Adds google verification html
Browse files Browse the repository at this point in the history
  • Loading branch information
codenikel committed Nov 12, 2023
1 parent 1de1bb7 commit e899fa2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions app/(default)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ import Head from 'next/head'
export default function Home() {
return (
<>
<Head>
<title>RadiantKit | Github</title>
<meta name='description'>Build Graphic Apps 10x Faster!</meta>
<meta name="google-site-verification" content="xy_j_QQqJqkGPz_WT10w76FR3HBixyk5PdP0QERa3ks" />
</Head>
<Hero />
{/* <Features />
<FeaturesBlocks />
Expand Down
7 changes: 1 addition & 6 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Inter } from 'next/font/google'
import Script from 'next/script'
import Header from '@/components/ui/header'
import Banner from '@/components/banner'
import Head from 'next/head'

const inter = Inter({
subsets: ['latin'],
Expand All @@ -15,6 +14,7 @@ const inter = Inter({
export const metadata = {
title: 'RadiantKit | Github',
description: 'Build Graphic Apps 10x Faster!',
'google-site-verification': 'xy_j_QQqJqkGPz_WT10w76FR3HBixyk5PdP0QERa3ks'
}

export default function RootLayout({
Expand All @@ -34,11 +34,6 @@ export default function RootLayout({
gtag('config', 'G-BDC4T0F9SW');
`}
</Script>
<Head>
<title>RadiantKit | Github</title>
<meta name='description'>Build Graphic Apps 10x Faster!</meta>
<meta name="google-site-verification" content="xy_j_QQqJqkGPz_WT10w76FR3HBixyk5PdP0QERa3ks" />
</Head>
<body className={`${inter.variable} font-inter antialiased bg-white text-gray-900 tracking-tight`}>
<div className="flex flex-col min-h-screen overflow-hidden supports-[overflow:clip]:overflow-clip">
<Header />
Expand Down
1 change: 1 addition & 0 deletions public/googlee7917739c4705084.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: googlee7917739c4705084.html

0 comments on commit e899fa2

Please sign in to comment.