diff --git a/API.md b/API.md index c91be5156..47d125c53 100644 --- a/API.md +++ b/API.md @@ -23,6 +23,7 @@ } ``` * After the pull request is merged, you will see a 404 error on `your-domain.is-a.dev`. To fix this go to your github page repo's `Settings > Github pages > Custom domain` and add `your-domain.is-a.dev` in the given field +* If you have added the `URL` record for forced https, check the `Enforce HTTPS` checkbox too diff --git a/scripts/reply.js b/scripts/reply.js index 0f0054fbf..31bccd540 100644 --- a/scripts/reply.js +++ b/scripts/reply.js @@ -11,6 +11,7 @@ If your domain points to a server you own, add \`domain-name.is-a.dev\` to your * Open up the **settings** tab * Scroll down to the **Github pages** section * In the **Custom domain** text input, enter the domain you registered (\`domain-name.is-a.dev\`) +* Check the 'Enforce HTTPS' check box if you added the URL record for forced https redirection * Give it some time to reflect and you should be good to go