Merge branch 'master' into dev

This commit is contained in:
ccbikai 2024-06-08 13:46:18 +08:00
commit bdabd9d65f
2 changed files with 6 additions and 1 deletions

View file

@ -79,7 +79,8 @@ const showMenu = ref(false)
</div>
<div
class="absolute right-0 flex flex-col items-center justify-center w-10 cursor-pointer h-10rounded-full md:hidden"
class="absolute right-0 flex flex-col items-center justify-center w-10 h-10 rounded-full cursor-pointer md:hidden hover:bg-muted"
:class="{ 'right-2': showMenu }"
@click="showMenu = !showMenu"
>
<Ellipsis

View file

@ -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.