Skip to content

Commit

Permalink
Merge pull request #122 from MOVIEJOJO7/Feature/#120
Browse files Browse the repository at this point in the history
Feat: 메타 데이터 수정
  • Loading branch information
JitHoon authored Nov 17, 2023
2 parents 1d0cdaf + 6d54bd8 commit 352c340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.

0 comments on commit 352c340

Please sign in to comment.