Skip to content

Commit

Permalink
Fix metatag with use client.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed May 30, 2023
1 parent 94ee539 commit 5f9acf9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/auth/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
import type { Metadata } from "next";

import { useState } from "react";
import { cn } from "@/utils/cn";
Expand All @@ -9,10 +8,6 @@ import { Button } from "@/ui/button";
import { toast } from "sonner";
import { GithubIcon } from "lucide-react";

export const metadata: Metadata = {
title: "Auth - Sendcv",
};

const Page = () => {
const [loading, setLoading] = useState(false);

Expand Down

1 comment on commit 5f9acf9

@vercel
Copy link

@vercel vercel bot commented on 5f9acf9 May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sendcv – ./

sendcv-pheralb.vercel.app
sendcv-git-main-pheralb.vercel.app
sendcv.vercel.app

Please sign in to comment.