Skip to content

Commit

Permalink
Merge pull request #14 from Team-INSERT/refactor/useConfig
Browse files Browse the repository at this point in the history
ADD : favicon
  • Loading branch information
Ubinquitous authored Apr 19, 2023
2 parents e68b601 + 47584c2 commit 4864d0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hooks/useConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ const useConfig = ({ title, description }: UseConfigPropsType) => {
const seoConfig: NextSeoProps = {
title,
description,
additionalLinkTags: [
{
rel: 'icon',
href: '/images/icon.ico',
},
],
openGraph: {
type: 'website',
title,
Expand Down

0 comments on commit 4864d0a

Please sign in to comment.