Skip to content

Commit

Permalink
chore: 만들어놓은 makers manifest 파일 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Jul 29, 2024
1 parent 9f55cae commit c8a81e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Head = () => {

return (
<Helmet>
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="manifest" href={isMakers ? '/makersManifest.webmanifest' : '/manifest.webmanifest'} />

<link rel="icon" href={FAVICON} sizes="32x32" />
<link rel="icon" href={ICON} type="image/svg+xml" />
Expand Down

0 comments on commit c8a81e9

Please sign in to comment.