Skip to content

Commit

Permalink
fix: fixed the title - make it dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoPJ committed Jul 27, 2023
1 parent 88ea5ce commit c148369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const App = ({ Component, pageProps }: AppProps): ReactElement => {
return (
<>
<Head>
<title>Steven Signal</title>
<title>{metadata.ogTitle}</title>
<link rel="shortcut icon" href="./assets/images/logo.ico" />
<link rel="alternate" href="https://stevensignal.ai/en/" hrefLang="x-default" />
<link rel="alternate" href="https://stevensignal.ai/en/" hrefLang="en" />
Expand Down

0 comments on commit c148369

Please sign in to comment.