Skip to content

Commit

Permalink
Merge pull request #33 from Help-M-Ssaem/feat/#28
Browse files Browse the repository at this point in the history
[Feat] favicon 추가
  • Loading branch information
uiop5809 authored Aug 12, 2024
2 parents 01560f6 + 65ca0bd commit 8be5134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ const pretendard = localFont({
})

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: '도와줘요 M쌤 | MBTI 고민상담소',
description: '도와줘요 M쌤 | MBTI 고민상담소',
icons: {
icon: '/favicon.png',
},
}

const Header = dynamic(() => import('@/components/common/Header'), {
Expand All @@ -31,6 +34,7 @@ export default function RootLayout({
}) {
return (
<html lang="kr">
<link rel="icon" href="/favicon.png" sizes="any" />
<body className={`${pretendard.variable} font-pretendard`}>
<Recoil>
<ReactQueryProviders>
Expand Down

0 comments on commit 8be5134

Please sign in to comment.