Skip to content

Revert baseUrl to / for custom domain#1000

Open
austingreco wants to merge 1 commit intomainfrom
revert/baseurl-for-custom-domain
Open

Revert baseUrl to / for custom domain#1000
austingreco wants to merge 1 commit intomainfrom
revert/baseurl-for-custom-domain

Conversation

@austingreco
Copy link
Copy Markdown
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

What changed?
Reverts baseUrl from /michelangelo/ back to / and updates the site url to https://michelangelo-ai.org (the custom domain).

This is the counterpart to PR #972, which set baseUrl to /michelangelo/ as a temporary workaround for GitHub Pages project site serving.

Why?
Once DNS for michelangelo-ai.org is configured and propagated, the site will be served at the root path under the custom domain. The /michelangelo/ prefix will no longer be needed and will break all site links.

The CNAME file (michelangelo-ai.org) was already added in PR #971.

How did you test it?
Verified the Docusaurus config matches the expected setup for custom domain deployments per the Docusaurus docs.

Potential risks

  • Do NOT merge until DNS is fully configured and propagated — merging early will break the site at michelangelo-ai.github.io/michelangelo/
  • All internal links will lose the /michelangelo/ prefix

Release notes
Switches site deployment from GitHub Pages project path to custom domain (michelangelo-ai.org).

Documentation Changes
None

Reverts the temporary /michelangelo/ base path from PR #972, switching
the site URL to the custom domain. Merge once DNS is configured and
propagated.
@austingreco austingreco marked this pull request as ready for review April 9, 2026 03:52
@austingreco
Copy link
Copy Markdown
Contributor Author

https://michelangelo-ai.org is ready now

% dig michelangelo-ai.org

; <<>> DiG 9.10.6 <<>> michelangelo-ai.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 616
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;michelangelo-ai.org.           IN      A

;; ANSWER SECTION:
michelangelo-ai.org.    600     IN      A       185.199.109.153
michelangelo-ai.org.    600     IN      A       185.199.110.153
michelangelo-ai.org.    600     IN      A       185.199.111.153
michelangelo-ai.org.    600     IN      A       185.199.108.153

;; Query time: 63 msec
;; SERVER: 192.168.50.1#53(192.168.50.1)
;; WHEN: Wed Apr 08 20:52:31 PDT 2026
;; MSG SIZE  rcvd: 112

Copy link
Copy Markdown
Collaborator

@sallycr sallycr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants