feat(frontend): embeds

This commit is contained in:
sam 2022-11-20 23:00:52 +01:00
parent 94cee93ccb
commit 7eb5af6c00
2 changed files with 74 additions and 3 deletions

View file

@ -10,6 +10,17 @@ function MyApp({ Component, pageProps }: AppProps) {
<RecoilRoot>
<Head>
<title key="title">pronouns.cc</title>
<meta property="og:type" content="website" />
<meta name="theme-color" content="#aa8ed6" />
<meta key="sitename" property="og:site_name" content="pronouns.cc" />
<meta key="title" property="og:title" content="pronouns.cc" />
<meta
key="description"
property="og:description"
content="Name and pronoun cards!"
/>
<meta key="url" property="og:url" content={process.env.DOMAIN} />
</Head>
<Navigation />
<Container>