diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 00000000..86ef5d27 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e95589c5..267eee94 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,8 +9,9 @@ import { pretendard } from '../lib/fonts'; import { Providers } from './providers'; export const metadata: Metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'WeGo', + description: 'WeGo에서 새로운 인연들을 만나보세요!', + icons: './favicon.svg', }; initMocks();