Skip to content

Commit

Permalink
metadata 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaeyeon1 committed Nov 29, 2023
1 parent 822cdde commit 447968d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ import ReactQuery from '@/components/ReactQuery/Provider';
import Header from '@/components/Layout/Header';
import FullLayout from '@/components/Layout/FullLayout';
import { Metadata } from 'next';
import Favicon from '/public/assets/yellowFootPrint.png';

export const metadata: Metadata = {
title: 'GLOG',
description: '블로그를 작성해보세요!',
description:
'개발자들을 위해 만들어진 블로그를 작성해보세요! 발자국 시스템, PR 시스템으로 블로그를 꾸준히 쓸 수 있도록 도와줍니다',
icons: [{ rel: 'icon', url: Favicon.src }],
};

export default function RootLayout(props: { children: ReactNode }) {
Expand Down

0 comments on commit 447968d

Please sign in to comment.