Skip to content

Commit

Permalink
Merge pull request #282 from Together-3team/feat/favicon-meta
Browse files Browse the repository at this point in the history
[봉찬] favicon 설정
  • Loading branch information
devwqc authored Jun 24, 2024
2 parents c6e0297 + 0055af1 commit 18c40a1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Binary file removed public/images/favicon.ico
Binary file not shown.
17 changes: 17 additions & 0 deletions public/images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { Html, Head, Main, NextScript } from 'next/document';
export default function Document() {
return (
<Html lang="ko">
<Head />
<Head>
<link rel="icon" href="/images/favicon.svg" type="image/svg+xml" />
</Head>
<body>
<Main />
<NextScript />
Expand Down

0 comments on commit 18c40a1

Please sign in to comment.