Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: 메타 데이터 수정 #122

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified app/favicon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import './globals.css';
import ClientProviders from '@/Components/Provider/ClientProvider';
import Wrapper from '@/Components/Common/Wrapper';
import AsyncLoadingProvider from '@/Components/Common/AsyncLoading/AsyncLoading';
import Head from 'next/head';

const inter = Inter({ subsets: ['latin'] });

Expand All @@ -21,7 +20,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<Head>
<head>
<meta property="og:title" content="Chat Talk" />
<meta property="og:url" content="https://cat-talk-seven.vercel.app/" />
<meta
Expand All @@ -32,7 +31,8 @@ export default function RootLayout({
property="og:image"
content="https://res.cloudinary.com/dtf6uf7vi/image/upload/w_1000,c_fill,ar_1:1,g_auto,r_max,bo_5px_solid_red,b_rgb:262c35/v1700041535/Home/tbh05158.jpg"
/>
</Head>
<link rel="icon" href="/favicon.ico" sizes="any" />
</head>
<body className={inter.className}>
<ClientProviders>
<div className="bg-gray-500 h-screen">
Expand Down
Binary file removed public/logo.png
Binary file not shown.
Loading