Skip to content

Commit

Permalink
Remove gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 5, 2024
1 parent dd8aa25 commit 1836742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 1 addition & 4 deletions apps/showcase/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ try {
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
typescript: false,
modules: ['nuxt-gtag', '@primevue/nuxt-module'],
modules: ['@primevue/nuxt-module'],
components: {
path: '~/components',
pathPrefix: false
Expand Down Expand Up @@ -100,8 +100,5 @@ export default defineNuxtConfig({
DEV_ENV: PROCESS_ENV.DEV_ENV
}
},
gtag: {
id: 'G-48TTQ6G6KV'
},
css: ['primeicons/primeicons.css', '@/assets/styles/flags.css', '@docsearch/css/dist/style.css', '@/assets/styles/tailwind/main.css', '@/assets/styles/layout/layout.scss']
});
5 changes: 2 additions & 3 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@
"superstruct": "^2.0.2"
},
"dependencies": {
"@docsearch/js": "^3.3.3",
"nuxt-gtag": "^0.6.2"
"@docsearch/js": "^3.3.3"
},
"engines": {
"node": ">=12.11.0"
}
}
}

0 comments on commit 1836742

Please sign in to comment.