mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user