From 72f5842fc53b44904bd2d07f56f848c1a19c9585 Mon Sep 17 00:00:00 2001 From: candicecz Date: Mon, 13 May 2024 15:14:16 -0400 Subject: [PATCH] chore: add google search console meta tag --- .env.production | 3 ++- src/pages/_app.tsx | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index a0d6d5a1..9ed8a2f6 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,5 @@ BASE_URL=https://data.niaid.nih.gov NEXT_PUBLIC_API_URL=https://api.data.niaid.nih.gov/v1 NEXT_PUBLIC_GOOGLE_ANALYTICS=GTM-KQVFBVG -NEXT_PUBLIC_STRAPI_API_URL=https://data.niaid.nih.gov/strapi +NEXT_PUBLIC_GOOGLE_CONSOLE=lUp4cuWRTBu9yH66ob-ipYxOhoCA-YF4uM2gnHH0XQg +NEXT_PUBLIC_STRAPI_API_URL=https://data.niaid.nih.gov/strapi \ No newline at end of file diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index 4ddb9c82..9aa24aff 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -17,6 +17,11 @@ function App({ Component, pageProps }: AppProps) { name='viewport' content='width=device-width, initial-scale=1.0' > + {/* Leave for google search console */} +