From 8c3757674489f225fe71d11d730743e98eafe1a3 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 12 Dec 2024 10:11:17 +0300 Subject: [PATCH] Remove gtag --- nuxt.config.js | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index b30c190faa..24d45fbe59 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -5,7 +5,7 @@ const baseUrl = '/'; // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ typescript: false, - modules: ['nuxt-gtag', '~/modules/nuxt-primevue/module'], + modules: ['~/modules/nuxt-primevue/module'], components: [ '~/components', { diff --git a/package.json b/package.json index 396f3ef1e7..f411162275 100644 --- a/package.json +++ b/package.json @@ -76,8 +76,6 @@ "vitest": "^0.29.8" }, "dependencies": { - "@docsearch/js": "^3.3.3", - "nuxt-gtag": "^0.6.2", - "vee-validate": "^4.8.2" + "@docsearch/js": "^3.3.3" } }