From 1add8a5fb8c791b1512200fb409468457b7e1e80 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 30 Jun 2025 09:24:14 -0700 Subject: [PATCH] fix(README): correct formatting in custom domain configuration steps - Fixed indentation in the "Custom Domain" section for better readability. - Updated domain DNS configuration instructions to improve clarity and alignment. These changes enhance the accuracy and presentation of setup instructions for custom domain configuration. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b825d643..a89a104b 100644 --- a/README.md +++ b/README.md @@ -1060,8 +1060,9 @@ The repository includes a comprehensive demo that showcases Brainy's main featur which automatically deploys when pushing to the main branch or can be manually triggered - To use a custom domain (like www.soulcraft.com): 1. A CNAME file is already included in the demo directory - 2. In your GitHub repository settings, go to Pages > Custom domain and enter your domain - 3. Configure your domain's DNS settings to point to GitHub Pages: + 2. In your GitHub repository settings, go to Pages > Custom domain and enter your domain + 3. Configure your domain's DNS settings to point to GitHub Pages: + - Add a CNAME record for www pointing to `.github.io` (e.g., `soulcraft-research.github.io`) - Or for an apex domain (soulcraft.com), add A records pointing to GitHub Pages IP addresses