Remove gtag
parent
aea8b42f94
commit
8c37576744
|
@ -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',
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue