From 57110051d1846d720dbb884eaa119d3b803b5504 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 17 Apr 2025 18:52:45 +0200 Subject: [PATCH] Fix last commit --- app/app.vue | 2 +- nuxt.config.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/app.vue b/app/app.vue index 263ef70..59fb55e 100644 --- a/app/app.vue +++ b/app/app.vue @@ -8,7 +8,7 @@ useHead({ - + diff --git a/nuxt.config.ts b/nuxt.config.ts index eee4403..2ee21ff 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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', })