From beb318925d27d0b4c43e9101f501041b5b0b1648 Mon Sep 17 00:00:00 2001 From: Muhammad Arsalan <muhammad@ebi.ac.uk> Date: Wed, 11 Oct 2023 12:44:48 +0100 Subject: [PATCH] :passport_control: Temporary patch --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 2d25639..f767a70 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -16,7 +16,7 @@ export default defineNuxtConfig({ "nuxt-gtag", ], gtag: { - id: process.env.GOOGLE_ANALYTICS_KEY, + id: "G-4S42EXT27H", }, css: [ "vuetify/styles", -- GitLab