Skip to content

Commit

Permalink
Remove gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 12, 2024
1 parent aea8b42 commit 8c37576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 8c37576

Please sign in to comment.