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