Update AppVisitors component and nuxt-visitors dependency to latest version

This commit is contained in:
2025-04-20 20:09:58 +02:00
parent 55f6e356aa
commit 594c381f55
4 changed files with 9 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ export default defineNuxtConfig({
'@nuxtjs/google-fonts',
'@nuxt/image',
'@nuxtjs/i18n',
// 'nuxt-visitors', FIXME: remove when module is fixed
'nuxt-visitors',
],
// Nuxt Hub
@@ -167,13 +167,12 @@ export default defineNuxtConfig({
},
},
},
/* FIXME: remove when module is fixed
// Nuxt Visitors
visitors: {
// Set to true to enable tracking of visitor locations
locations: true,
},
*/
compatibilityDate: '2025-04-19',
})