From a61ab7737f52890032e9a856e39666ac80ec310f Mon Sep 17 00:00:00 2001 From: muriukialex Date: Fri, 16 Feb 2024 16:31:56 +0300 Subject: [PATCH] adjust google site verification id --- .env.example | 2 +- lib/metadata-options.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env.example b/.env.example index 48453f2..364ea6c 100644 --- a/.env.example +++ b/.env.example @@ -4,4 +4,4 @@ GOOGLE_CLIENT_ID= NEXTAUTH_SECRET= NEXTAUTH_URL= MONGODB_URI= -GOOGLE_SITE_VERIFICATION_ID= \ No newline at end of file +NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_ID= \ No newline at end of file diff --git a/lib/metadata-options.ts b/lib/metadata-options.ts index 23c8938..923302c 100644 --- a/lib/metadata-options.ts +++ b/lib/metadata-options.ts @@ -11,14 +11,14 @@ export const metaDataOptions: Metadata = { images: [ { url: "/aws-restart-logo.png", - width: 800, - height: 600, + width: 128, + height: 75, + alt: appTitle, }, { url: "/aws-restart-logo.png", - width: 1800, - height: 1600, - alt: appTitle, + width: 800, + height: 600, }, ], locale: "en_US", @@ -27,7 +27,7 @@ export const metaDataOptions: Metadata = { title: appTitle, description: appDescription, verification: { - google: process.env.GOOGLE_SITE_VERIFICATION_ID!, + google: process.env.NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION_ID!, }, twitter: { card: "summary_large_image",