mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-21 21:06:20 +02:00
Update site meta data (#364)
This commit is contained in:
parent
08d70262bb
commit
ac55701890
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue