From 12f2576c0afbc35247ddab22c52c4375666706d1 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Tue, 4 Jun 2024 20:13:43 +0800 Subject: [PATCH] docs: add FAQs --- README.md | 4 ++++ docs/faqs.md | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 docs/faqs.md diff --git a/README.md b/README.md index 25bc146..92ee74e 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ We welcome your contributions and PRs. [Configuration Docs](./docs/configuration.md) +## 🙋🏻 FAQs + +[FAQs](./docs/faqs.md) + ## 💖 Credits 1. [**Cloudflare**](https://www.cloudflare.com/) diff --git a/docs/faqs.md b/docs/faqs.md new file mode 100644 index 0000000..855ff41 --- /dev/null +++ b/docs/faqs.md @@ -0,0 +1,27 @@ +# FAQs + +## 1. Why can't I create a link? + +Please check the Cloudflare KV bindings, the KV environment variable name should be all uppercase letters. + +
+ Screenshots + KV +
+ +## 2. Why can't I log in? + +Please check if `NUXT_SITE_TOKEN` is set to pure numbers, Sink does not support pure number Tokens, we consider this to be unsafe. + +## 3. Why can't I see the analytics data? + +Analytics data needs to read Cloudflare's data, check if `NUXT_CF_ACCOUNT_ID` and `NUXT_CF_API_TOKEN` are correctly configured. Pay attention to the account id deployment zone id, whether the Worker analytics engine is turned on. + +
+ Screenshots + Analytics +
+ +## 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.