Skip to content

Commit

Permalink
feat: gauth tag verification
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishBarvaliya committed Dec 30, 2023
1 parent cd13f76 commit 64e248e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions __tests__/api/user.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe("User API Endpoint", () => {
beforeEach(() => {
req = {
method: "GET",
headers: { "x-forwarded-for": "127.0.0.1" },
} as unknown as NextApiRequest;
res = {
status: jest.fn(() => res),
Expand Down
1 change: 0 additions & 1 deletion googled986b2244941d251.html

This file was deleted.

4 changes: 4 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export default function Document() {
type="font/otf"
crossOrigin="anonymous"
/>
<meta
name="google-site-verification"
content="3eSEM-vrEy49pJgi0qucbHCNImAS6ZHPIe04hoRy-9I"
/>
</Head>
<body className="bg-background min-h-screen">
<Main />
Expand Down
4 changes: 0 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ export default function Home() {
content="Select AI-Enhanced Meaningful Themes for Your Web Design"
/>
<meta property="og:image" content="/og/home.png" />
<meta
name="google-site-verification"
content="3eSEM-vrEy49pJgi0qucbHCNImAS6ZHPIe04hoRy-9I"
/>
<script type="application/ld+json">
{`
{
Expand Down

0 comments on commit 64e248e

Please sign in to comment.