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:
parent
5c30656cf5
commit
1add8a5fb8
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue