feat(frontend): embeds
This commit is contained in:
parent
94cee93ccb
commit
7eb5af6c00
2 changed files with 74 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue