Skip to content

Revert baseUrl to / for custom domain#1000

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

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.
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.

1 participant