Skip to content

Commit

Permalink
Fix link to favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng committed Feb 16, 2023
1 parent 17ba481 commit 037a2c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const Document: React.FunctionComponent = () => {
httpEquiv="origin-trial"
content="As2GyKl2RoDVd+xr1KVeqGjbcUMUPClbP9TvrWOUZbCQv6AJK/Km38sx3qrqKukLVt+KTgVeDl/YcsjxHsLEdwAAAABOeyJvcmlnaW4iOiJodHRwczovL2F1c3Rpbi1lbmcuY29tOjQ0MyIsImZlYXR1cmUiOiJXZWJHUFUiLCJleHBpcnkiOjE2NzUyMDk1OTl9"
/>
<link
rel="icon"
type="image/x-icon"
href={`${process.env.BASE_PATH || ''}/favicon.ico`}
/>
</Head>
<body>
<Main />
Expand Down

0 comments on commit 037a2c5

Please sign in to comment.