Final pre release fixes and improvements

This commit is contained in:
2023-08-05 23:52:11 +01:00
parent 25b1250df7
commit f0fbb3aaac
14 changed files with 95 additions and 24 deletions

View File

@@ -37,6 +37,8 @@ export default function MyApp({ Component, pageProps }: AppProps) {
<meta name="twitter:title" content="Patryk Kuchta's Portfolio"/>
<meta name="twitter:description" content="Explore a showcase of my projects, education and work experience."/>
<meta name="twitter:image" content="https://kuchta.uk/logo.svg"/>
<link rel="icon" type="image/x-icon" href="/portfolio/favicon.ico"/>
</Head>
<Component {...pageProps} />
</>;