From cd012676b411378061a4fdfbbfa41d704e29a182 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Wed, 5 Jun 2024 12:52:21 +0800 Subject: [PATCH 1/4] fix: mobile menu button --- components/layouts/Header.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layouts/Header.vue b/components/layouts/Header.vue index 04c56fb..7b7d1da 100644 --- a/components/layouts/Header.vue +++ b/components/layouts/Header.vue @@ -79,7 +79,7 @@ const showMenu = ref(false)
Date: Wed, 5 Jun 2024 13:14:44 +0800 Subject: [PATCH 2/4] feat: Update mobile menu button style and position --- components/layouts/Header.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/layouts/Header.vue b/components/layouts/Header.vue index 7b7d1da..9789dab 100644 --- a/components/layouts/Header.vue +++ b/components/layouts/Header.vue @@ -79,7 +79,8 @@ const showMenu = ref(false)
Date: Wed, 5 Jun 2024 13:27:54 +0800 Subject: [PATCH 3/4] fix: Update mobile menu button hover background color --- components/layouts/Header.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layouts/Header.vue b/components/layouts/Header.vue index 9789dab..1d67bd0 100644 --- a/components/layouts/Header.vue +++ b/components/layouts/Header.vue @@ -79,7 +79,7 @@ const showMenu = ref(false)
From d620d1f84e98559c5e2d66612ab4773694e11498 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Sat, 8 Jun 2024 13:17:41 +0800 Subject: [PATCH 4/4] docs: Add explanation for NuxtHub analytics in FAQs --- docs/faqs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faqs.md b/docs/faqs.md index 855ff41..ca92619 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -25,3 +25,7 @@ Analytics data needs to read Cloudflare's data, check if `NUXT_CF_ACCOUNT_ID` an ## 4. I don't want the current homepage? Can it be redirected to my blog? Of course. Please set the environment variable `NUXT_HOME_URL` to your blog or official website address. + +## 5. Why can't I see the statistics after deploying with NuxtHub? + +NuxtHub's ANALYTICS points to its dataset, you need to set the `NUXT_DATASET` environment variable to point to the same dataset.