mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 13:56:18 +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}
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue