From 8ba4f06356949904de758cdf56524017491c33f9 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 10 Apr 2022 14:51:51 +0700 Subject: [PATCH] add explict reminder --- docs/hosted-at/github-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosted-at/github-pages.md b/docs/hosted-at/github-pages.md index 14b04b524..7806c0639 100644 --- a/docs/hosted-at/github-pages.md +++ b/docs/hosted-at/github-pages.md @@ -17,7 +17,7 @@ Create a json file inside the `domains` directory (`domains/.json`) w "twitter": "your-twitter-username" }, "record": { - "CNAME": "github-username.github.io" + "CNAME": ".github.io" } } ```