Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Jun 7, 2022
1 parent 00f8ec0 commit 61461a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ function MyApp({ Component, pageProps }) {
return (
<ChakraProvider>
<Head>
<title>Akp</title>
<title>Ashis: Portfolio Website</title>
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<meta property="og:title" content="Ashis: Portfolio Website" key="title" />
<meta property="og:description" content="Ashis: Portfolio In Terminal Style" key="title" />
<meta name="twitter:site" content="@akp111_eth" />
<meta name="twitter:creator" content="@akp111_eth" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="icon" href="/A.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Space+Mono&display=swap" rel="stylesheet" />
</Head>
Expand Down
Binary file added public/A.ico
Binary file not shown.
Binary file added public/A.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 61461a4

@vercel
Copy link

@vercel vercel bot commented on 61461a4 Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio – ./

portfolio-git-main-akp111.vercel.app
portfolio-nine-delta-56.vercel.app
portfolio-akp111.vercel.app

Please sign in to comment.