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.
This commit is contained in:
gpchn
2023-09-02 02:04:40 +08:00
committed by GitHub
parent f567aed86b
commit c7720fb4a9
+3 -3
View File
@@ -8,10 +8,10 @@
"target": {
"CNAME": {
"name": "docs",
"value": "gpchn.pages.dev"
"name": "blog",
"value": "edge.redirect.pizza"
}
},
"proxied": false
"proxied": true
}