Fix last commit

This commit is contained in:
2025-04-17 18:52:45 +02:00
parent 18559bdae3
commit 57110051d1
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ useHead({
<UApp>
<NuxtLoadingIndicator color="#808080" />
<AppBackground />
<AppVisitors />
<!-- <AppVisitors /> TODO: remove when module is fixed -->
<UContainer class="z-50 relative">
<AppHeader />
<NuxtPage class="mt-12" />

View File

@@ -26,7 +26,7 @@ export default defineNuxtConfig({
'@nuxtjs/google-fonts',
'@nuxt/image',
'@nuxtjs/i18n',
'nuxt-visitors',
// 'nuxt-visitors', TODO: remove when module is fixed
],
// Nuxt Hub
@@ -169,11 +169,13 @@ export default defineNuxtConfig({
},
},
/* TODO: remove when module is fixed
// Nuxt Visitors
visitors: {
// Set to true to enable tracking of visitor locations
locations: true,
},
*/
compatibilityDate: '2025-01-28',
})