Skip to content

Commit

Permalink
update favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Jun 25, 2024
1 parent ef09e6e commit 531fb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tenscan/frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function App({ Component, pageProps }: AppProps) {
ogTwitterImage={siteMetadata.siteLogo}
ogType={"website"}
>
<link rel="icon" href="/static/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
</HeadSeo>
Expand Down

0 comments on commit 531fb76

Please sign in to comment.