From c7720fb4a92edb1b3e79dfb9db248d9fee67ec09 Mon Sep 17 00:00:00 2001 From: gpchn Date: Sat, 2 Sep 2023 02:04:40 +0800 Subject: [PATCH] fix gpchn.json There's been a problem. Cloudflare Pages doesn't support CNAME, so I have to use a third-party redirect link instead as written in the document. I apologize for that. --- sub-logs/gpchn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sub-logs/gpchn.json b/sub-logs/gpchn.json index 372ef74..93b09fc 100644 --- a/sub-logs/gpchn.json +++ b/sub-logs/gpchn.json @@ -8,10 +8,10 @@ "target": { "CNAME": { - "name": "docs", - "value": "gpchn.pages.dev" + "name": "blog", + "value": "edge.redirect.pizza" } }, - "proxied": false + "proxied": true }