Skip to content

Commit 065a112

Browse files
committed
Fix card
1 parent cf2fcb7 commit 065a112

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pages/_app.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ export default function MyApp({ Component, pageProps, router }: AppProps) {
3333
<Head>
3434
<title>{router.pathname.substring(1).replace(/^\w/, w => w.toUpperCase())} | Hu Tao</title>
3535
<link rel="icon" href="/favicon.ico" />
36-
<meta name="twitter:card" content="summary" />
37-
<meta property="og:title" content="Hu Tao" />
38-
<meta property="og:description" content="Genshin Impact database and tools, available as a website and Discord bot." />
3936
</Head>
4037

4138
<div className="w-full">

0 commit comments

Comments
 (0)