Update site meta data (#364)

This commit is contained in:
Luke Vella 2022-11-25 12:36:26 +00:00 committed by GitHub
parent 08d70262bb
commit ac55701890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,9 +36,9 @@ const MyApp: NextPage<AppProps> = ({ Component, pageProps }) => {
enabled={!!process.env.PLAUSIBLE_DOMAIN}
>
<DefaultSeo
canonical={absoluteUrl()}
openGraph={{
siteName: "Rallly",
type: "website",
url: absoluteUrl(),
images: [
{
@ -50,6 +50,9 @@ const MyApp: NextPage<AppProps> = ({ Component, pageProps }) => {
},
],
}}
facebook={{
appId: "920386682263077",
}}
/>
<Head>
<meta