Skip to content

Commit

Permalink
Feature/#188 favicon 변경 (#203)
Browse files Browse the repository at this point in the history
* design: 파비콘 추가
#188

* design: 메타 타이틀 및 디스크립션 추가
#188
  • Loading branch information
pipisebastian authored Apr 12, 2024
1 parent 28889b5 commit 3f427f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file removed src/app/favicon.ico
Binary file not shown.
8 changes: 8 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ import Providers from './providers';

import '@/style.css';

export const metadata = {
title: 'DOORE',
description: '두레 웹페이집니다.',
icons: {
icon: '/images/doore_logo.png',
},
};

const RootLayout = ({ children }: { children: React.ReactNode }) => {
return (
<html lang="en" className={fonts.rubik.variable}>
Expand Down

0 comments on commit 3f427f6

Please sign in to comment.