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.
This commit is contained in:
David Snelling 2025-06-30 09:24:14 -07:00
parent a681ab7cdd
commit bba846ae23

View file

@ -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 which automatically deploys when pushing to the main branch or can be manually triggered
- To use a custom domain (like www.soulcraft.com): - To use a custom domain (like www.soulcraft.com):
1. A CNAME file is already included in the demo directory 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 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: 3. Configure your domain's DNS settings to point to GitHub Pages:
- Add a CNAME record for www pointing to `<username>.github.io` (e.g., `soulcraft-research.github.io`) - Add a CNAME record for www pointing to `<username>.github.io` (e.g., `soulcraft-research.github.io`)
- Or for an apex domain (soulcraft.com), add A records pointing to GitHub Pages IP addresses - Or for an apex domain (soulcraft.com), add A records pointing to GitHub Pages IP addresses